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.
curl -L \ --url 'https://open-api.unisat.io/v1/indexer/brc20/bestheight' \ --header 'Authorization: Bearer JWT'
{ "code": 0, "msg": "OK", "data": { "height": 1, "total": 1 } }