Skip to main content

GET /rune/{runeid} - Ordinals REST API

Loading...

Updated on
Jun 18, 2026

GET /rune/{runeid} - Ordinals REST API

Please note that this REST method requires the Ordinals & Runes API add-on enabled on your Quicknode endpoint.

Path Parameters

runeid
string
REQUIRED
Loading...

Returns

entry
object
Loading...
block
integer
Loading...
burned
integer
Loading...
divisibility
integer
Loading...
etching
string
Loading...
mints
integer
Loading...
number
integer
Loading...
premine
integer
Loading...
spaced_rune
string
Loading...
symbol
string
Loading...
terms
object
Loading...
timestamp
integer
Loading...
turbo
boolean
Loading...
id
string
Loading...
mintable
boolean
Loading...
parent
string
Loading...
Request
1
curl -X GET "https://docs-demo.btc.quiknode.pro/rune/840000:3" \
2
-H "Content-Type: application/json" \
3
-H "Accept: application/json"
1
curl -X GET "https://docs-demo.btc.quiknode.pro/rune/840000:3" \
2
-H "Content-Type: application/json" \
3
-H "Accept: application/json"
Response
1
{
2
"entry": {
3
"block": 840000,
4
"burned": 2437679767000,
5
"divisibility": 5,
6
"etching": "e79134080a83fe3e0e06ed6990c5a9b63b362313341745707a2bff7d788a1375",
7
"mints": 0,
8
"number": 3,
9
"premine": 10000000000000000,
10
"spaced_rune": "DOG•GO•TO•THE•MOON",
11
"symbol": "🐕",
12
"terms": null,
13
"timestamp": 1713571767,
14
"turbo": false
15
},
16
"id": "840000:3",
17
"mintable": false,
18
"parent": "e79134080a83fe3e0e06ed6990c5a9b63b362313341745707a2bff7d788a1375i0"
19
}
1
{
2
"entry": {
3
"block": 840000,
4
"burned": 2437679767000,
5
"divisibility": 5,
6
"etching": "e79134080a83fe3e0e06ed6990c5a9b63b362313341745707a2bff7d788a1375",
7
"mints": 0,
8
"number": 3,
9
"premine": 10000000000000000,
10
"spaced_rune": "DOG•GO•TO•THE•MOON",
11
"symbol": "🐕",
12
"terms": null,
13
"timestamp": 1713571767,
14
"turbo": false
15
},
16
"id": "840000:3",
17
"mintable": false,
18
"parent": "e79134080a83fe3e0e06ed6990c5a9b63b362313341745707a2bff7d788a1375i0"
19
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free