Get Fractal Circulating Supply
Authorizations
Responses
200
Successful operation
application/json
401
Invalid API Key
get
/v1/public/fractal/supplyGET /v1/public/fractal/supply HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"code": 1,
"msg": "OK",
"data": {
"blocks": 1,
"supply": 1
}
}

blockheight = blocks-1. So the current height is 5578
The supply unit is
satoshi
. 119819188621300 = 1198191.88621300 FBhttps://open-api-fractal.unisat.io/v1/public/fractal/supply?format=text will return text format with FB unit

Last updated