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

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

Last updated