Get Runes Info
GET/btc/:network/runes/:nameOrId/info
Get rune info by rune name or ID.
Responses
- 200
- 400
- 401
- 404
Successful operation
- application/json
- Example
{
"statusCode": 0,
"data": [
{
"rune_id": "840106:129",
"burned": "0",
"divisibility": 8,
"etching": "535c886ea53e4724bee9e54a3aac9d8aa4feda38a2d4c37597fc0ee524a02c0a",
"terms_amount": "2009010300000000",
"terms_cap": "0",
"terms_height_l": null,
"terms_height_h": null,
"terms_offset_l": null,
"terms_offset_h": null,
"mints": "0",
"premine": "2009010300000000",
"rune_name": "SATOSHIRUNETITAN",
"spacers": "1088",
"symbol": null,
"timestamp": "2024-04-20T19:57:59.000Z",
"turbo": false
}
]
}
Bad Request
Unauthorized
Rune name of ID not found
Loading...