Get Runes Status

Get runes status

get

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 index

  • runes: The total count of Runes

  • minimumRune: The minimumRune can be edicted

  • halvingBlockCount: The number of blocks remaining until the next halving

Last updated