Get System Status
Please note that access to this API requires the API key to have brc20-swap permissions enabled.
Authorizations
Responses
200
Default Response
application/json
get
/v1/brc20-swap/system_statusGET /v1/brc20-swap/system_status HTTP/1.1
Host: open-api.unisat.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
Default Response
{
"code": 1,
"msg": "text",
"data": {
"committing": true
}
}
If committing=true, it indicates that the system is currently aggregating on-chain. During this time, users are not allowed to perform any operations.
Last updated