---
title: "Get ASIC settings information"
method: GET
path: "/api/system/asic"
tags: ["system"]
---

# Get ASIC settings information

`GET /api/system/asic`

Returns current ASIC model and corresponding available frequency and voltage options

## Response `200`

Successful operation

- SystemASIC
  - `ASICModel` 'BM1366' | 'BM1368' | 'BM1370' | 'BM1373' | 'BM1397', required — ASIC model identifier
  - `deviceModel` string, required — Device model name
  - `swarmColor` string, required — Swarm color
  - `asicCount` number, required — Number of ASICs detected
  - `defaultFrequency` number, required — Default frequency for the ASIC model in MHz
  - `frequencyOptions` number[], required — Available frequency options for the ASIC model in MHz
  - `defaultVoltage` number, required — Default voltage for the ASIC model in millivolts
  - `voltageOptions` number[], required — Available voltage options for the ASIC model in millivolts

## Other responses

- `401` — Unauthorized - Client not in allowed network range
- `500` — Internal server error

## Changes

- **2026-08-22** `59cd9f6d434b` — 1 warning
  - added the new `BM1373` enum value to the `ASICModel` response property for the response status `200`
- **2025-06-29** `459f86e166b3` — 1 breaking, 2 info
  - removed the required property `familyName` from the response with the `200` status
  - added the required property `asicCount` to the response with the `200` status
  - added the required property `deviceModel` to the response with the `200` status
- **2025-06-26** `89956eb01f24` — 1 breaking, 2 info
  - removed the required property `boardFamily` from the response with the `200` status
  - added the required property `familyName` to the response with the `200` status
  - added the required property `swarmColor` to the response with the `200` status
- **2025-06-11** `25cff5cf3c8c` — 1 info
  - added the required property `boardFamily` to the response with the `200` status
- **2025-05-21** `fbde020a903a` — 3 breaking
  - removed the required property `asicCount` from the response with the `200` status
  - removed the required property `deviceModel` from the response with the `200` status
  - removed the required property `swarmColor` from the response with the `200` status

[Change history](https://skmtc.dev/bitaxeorg/apis/esp-miner-api/changes/api/system/asic/get.md)

---

[API](https://skmtc.dev/bitaxeorg/apis/esp-miner-api.md) · [All operations](https://skmtc.dev/bitaxeorg/apis/esp-miner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitaxeorg/esp-miner-api/revisions/59cd9f6d434b/schema)
