Skip to main content
Version: 2.0.0@Current

Query the burning progress

✨ Example

Request

curl --location '{{EU}}/burn/progress?cmdId=OPENAPI_2bbeba8a4b00427e86dc27e6fdde5e58' \
--header 'token:xxx'

Response

{
"errorCode": 0,
"info": null,
"body": {
"progress": "0.51", // Upgrade progress
"status": "BURNING" // Upgrade status: BURNING - Upgrading, BURN_SUCCESS - Upgrade successful, BURN_FAILED - Upgrade failed
},
"successful": true
}