Last updated 5 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.
GET /v1/indexer/brc20/bestheight HTTP/1.1 Host: open-api-fractal.unisat.io Authorization: Bearer JWT Accept: */*
Successful operation
{ "code": 0, "msg": "OK", "data": { "height": 1, "total": 1 } }