Last updated 3 months ago
Get blockchain info.
/v1/indexer/blockchain/info
curl -L \ --url 'https://open-api.unisat.io/v1/indexer/blockchain/info' \ --header 'Authorization: Bearer JWT'
{ "msg": "OK", "code": 0, "data": { "chain": "text", "blocks": 1, "headers": 1, "bestBlockHash": "text", "prevBlockHash": "text", "medianTime": 1, "chainwork": "text" } }