Last updated 1 year ago
Get the best block height of BRC20 data. This value will be consistent with the latest block height a short time after the block has been confirmed.
/v1/indexer/brc20/bestheight
curl -L \ --url 'https://open-api.unisat.io/v1/indexer/brc20/bestheight' \ --header 'Authorization: Bearer JWT'
{ "msg": "OK", "code": 0, "data": { "height": 1, "total": 1 } }