Get Runes Status
Get runes global status
Authorizations
Responses
200
successful operation
application/json
get
GET /v1/indexer/runes/status HTTP/1.1
Host: open-api.unisat.io
Authorization: Bearer JWT
Accept: */*
200
successful operation
{
"code": 0,
"msg": "",
"data": {
"bestHeight": 1,
"runes": 100,
"minimumRune": "AAAAAAAAAAAA",
"halvingBlockCount": 100
}
}
bestHeight
: The latest height of the data being processed by the current indexrunes
: The total count of RunesminimumRune
: The minimumRune can be edictedhalvingBlockCount
: The number of blocks remaining until the next halving

Last updated