Get Runes Info

Get rune info by runeid

get
Authorizations
Path parameters
runeidstringRequired
Responses
200
successful operation
application/json
get
GET /v1/indexer/runes/{runeid}/info HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Accept: */*
200

successful operation

{
  "code": 0,
  "msg": "",
  "data": {
    "runeid": "2583283:1333",
    "rune": "UNCOMMONGOODS",
    "spacedRune": "UNCOMMON•GOODS",
    "number": 0,
    "height": 2583283,
    "txidx": 1333,
    "timestamp": 1623423423,
    "divisibility": 2,
    "symbol": "G",
    "etching": "7cd19fef13aa2924d4446b1a86c1904e02e46d16630370bc6de86f769692e242",
    "premine": "10000",
    "terms": {
      "amount": "1000000",
      "cap": "234000",
      "heightStart": 245000,
      "heightEnd": 2480000,
      "offsetStart": null,
      "offsetEnd": null
    },
    "mints": "500",
    "burned": "1000",
    "holders": 1000,
    "transactions": 1000,
    "supply": "500010000",
    "start": 1,
    "end": 1,
    "mintable": true,
    "remaining": "text"
  }
}

Last updated