Get Runes Info List
Query parameters
runestringOptionalExample:
search by rune spacedRune
0
sortstringOptionalExample:
by (holders/transactions/timestamp)
timestamp
completestringOptionalExample:
complete type(yes/no)
no
startintegerOptionalExample:
default=0
0
limitintegerOptionalExample:
required,min=1,max=500,default=10
10
Responses
200
successful operation
application/json
get
GET /v1/indexer/runes/info-list HTTP/1.1
Host: open-api.unisat.io
Accept: */*
200
successful operation
{
"code": 0,
"msg": "",
"data": {
"total": 3045,
"start": 0,
"detail": [
{
"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