Skip to main content

GET /inscription/{inscription_id} - Ordinals REST API

Loading...

Updated on
Jun 18, 2026

GET /inscription/{inscription_id} - Ordinals REST API

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

Path Parameters

inscription_id
string
REQUIRED
Loading...

Returns

address
string
Loading...
charms
array
Loading...
child_count
integer
Loading...
children
array
Loading...
content_length
integer
Loading...
content_type
string
Loading...
effective_content_type
string
Loading...
fee
integer
Loading...
height
integer
Loading...
id
string
Loading...
next
string
Loading...
number
integer
Loading...
parents
array
Loading...
previous
string
Loading...
rune
string
Loading...
sat
integer
Loading...
satpoint
string
Loading...
timestamp
integer
Loading...
value
integer
Loading...
metaprotocol
string
Loading...
Request
1
curl -X GET "https://docs-demo.btc.quiknode.pro/inscription/965f866bf8623bbf956c1b2aeec1efc1ad162fd428ab7fb89f128a0754ebbc32i0" \
2
-H "Content-Type: application/json" \
3
-H "Accept: application/json"
1
curl -X GET "https://docs-demo.btc.quiknode.pro/inscription/965f866bf8623bbf956c1b2aeec1efc1ad162fd428ab7fb89f128a0754ebbc32i0" \
2
-H "Content-Type: application/json" \
3
-H "Accept: application/json"
Response
1
{
2
"address": "bc1pmc5m33qxt55kg3tu5cyxp30xnsva66cppr9qk5urz4vkdv2ctuasy200qx",
3
"charms": [],
4
"child_count": 0,
5
"children": [],
6
"content_length": 13,
7
"content_type": "text/plain;charset=utf-8",
8
"effective_content_type": "text/plain;charset=utf-8",
9
"fee": 174000,
10
"height": 800000,
11
"id": "965f866bf8623bbf956c1b2aeec1efc1ad162fd428ab7fb89f128a0754ebbc32i0",
12
"next": "1d11c135b165b5d9fe07f1b015ed21536aa1c235ff75cd7da5e73746d464cc97i0",
13
"number": 19003884,
14
"parents": [],
15
"previous": "1767019ad748104759b3b21403145e226da5809f042f1d8edc855f66de5dd076i0",
16
"rune": null,
17
"sat": 1843917971704835,
18
"satpoint": "965f866bf8623bbf956c1b2aeec1efc1ad162fd428ab7fb89f128a0754ebbc32:0:0",
19
"timestamp": 1690168629,
20
"value": 546,
21
"metaprotocol": null
22
}
1
{
2
"address": "bc1pmc5m33qxt55kg3tu5cyxp30xnsva66cppr9qk5urz4vkdv2ctuasy200qx",
3
"charms": [],
4
"child_count": 0,
5
"children": [],
6
"content_length": 13,
7
"content_type": "text/plain;charset=utf-8",
8
"effective_content_type": "text/plain;charset=utf-8",
9
"fee": 174000,
10
"height": 800000,
11
"id": "965f866bf8623bbf956c1b2aeec1efc1ad162fd428ab7fb89f128a0754ebbc32i0",
12
"next": "1d11c135b165b5d9fe07f1b015ed21536aa1c235ff75cd7da5e73746d464cc97i0",
13
"number": 19003884,
14
"parents": [],
15
"previous": "1767019ad748104759b3b21403145e226da5809f042f1d8edc855f66de5dd076i0",
16
"rune": null,
17
"sat": 1843917971704835,
18
"satpoint": "965f866bf8623bbf956c1b2aeec1efc1ad162fd428ab7fb89f128a0754ebbc32:0:0",
19
"timestamp": 1690168629,
20
"value": 546,
21
"metaprotocol": null
22
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free