Please note that access to this API requires the API key to have brc20-swap permissions enabled.
Default Response
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 2 years ago
GET /v1/brc20-swap/system_status HTTP/1.1 Host: open-api.unisat.io Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
{ "code": 1, "msg": "text", "data": { "committing": true } }