Last updated 5 months ago
Get blockchain info.
GET /v1/indexer/blockchain/info HTTP/1.1 Host: open-api.unisat.io Authorization: Bearer JWT Accept: */*
Successful operation
{ "code": 0, "msg": "OK", "data": { "chain": "text", "blocks": 1, "headers": 1, "bestBlockHash": "text", "prevBlockHash": "text", "medianTime": 1, "chainwork": "text" } }