Last updated 7 months ago
Public endpoints don't require authentication.
blockheight = blocks-1. So the current height is 5753
The supply unit is satoshi . 10514382500000000 = 105143825 FB
satoshi
will return text format with FB unit
GET /v1/public/fractal/total-supply HTTP/1.1 Host: open-api-fractal.unisat.io Authorization: Bearer JWT Accept: */*
Successful operation
{ "code": 1, "msg": "OK", "data": { "blocks": 1, "supply": 1 } }