v51
latestOpenAPI 3.1.0GNU General Public License version 3raw.githubusercontent.com2026-08-01151240.0 KBsystem
Get ASIC settings information
Returns current ASIC model and corresponding available frequency and voltage options
get/api/system/asic
Response
Successful operation
Example response
{
"ASICModel": "BM1366",
"deviceModel": "Ultra",
"swarmColor": "purple",
"defaultFrequency": 450,
"frequencyOptions": [
400,
425,
450,
475,
485,
500,
525,
550,
575
],
"defaultVoltage": 1100,
"voltageOptions": [
1100,
1150,
1200,
1250,
1300
]
}