Get Best Block Height
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.
Authorizations
Responses
200
Successful operation
application/json
401
Invalid API Key
get
GET /v1/indexer/brc20/bestheight HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Accept: */*
{
"code": 0,
"msg": "OK",
"data": {
"height": 1,
"total": 1
}
}
Last updated