Public endpoints don't require authentication.
Successful operation
Invalid API Key
blockheight = blocks-1. So the current height is 5578
The supply unit is satoshi . 119819188621300 = 1198191.88621300 FB
satoshi
https://open-api-fractal.unisat.io/v1/public/fractal/supply?format=textarrow-up-right will return text format with FB unit
Last updated 1 year ago
GET /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 } }