Last updated 11 months 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.
Successful operation
"OK"
const response = await fetch('https://open-api.unisat.io/v1/indexer/brc20/bestheight', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "msg": "OK", "data": {} }