Skip to main content

GET /status - Ordinals REST API

Loading...

Updated on
Jun 18, 2026

GET /status - Ordinals REST API

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

Parameters

This method does not accept any parameters

Returns

address_index
boolean
Loading...
blessed_inscriptions
integer
Loading...
chain
string
Loading...
cursed_inscriptions
integer
Loading...
height
integer
Loading...
initial_sync_time
object
Loading...
secs
integer
Loading...
nanos
integer
Loading...
inscription_index
boolean
Loading...
inscriptions
integer
Loading...
json_api
boolean
Loading...
lost_sats
integer
Loading...
minimum_rune_for_next_block
string
Loading...
rune_index
boolean
Loading...
runes
integer
Loading...
sat_index
boolean
Loading...
started
string
Loading...
transaction_index
boolean
Loading...
unrecoverably_reorged
boolean
Loading...
uptime
object
Loading...
secs
integer
Loading...
nanos
integer
Loading...
Request
1
curl -X GET "https://docs-demo.btc.quiknode.pro/status" \
2
-H "Content-Type: application/json" \
3
-H "Accept: application/json"
1
curl -X GET "https://docs-demo.btc.quiknode.pro/status" \
2
-H "Content-Type: application/json" \
3
-H "Accept: application/json"
Response
1
{
2
"address_index": false,
3
"blessed_inscriptions": 126684857,
4
"chain": "mainnet",
5
"cursed_inscriptions": 472043,
6
"height": 954079,
7
"initial_sync_time": {
8
"secs": 0,
9
"nanos": 204608000
10
},
11
"inscription_index": true,
12
"inscriptions": 127156900,
13
"json_api": true,
14
"lost_sats": 2895502904,
15
"minimum_rune_for_next_block": "MNFOQH",
16
"rune_index": true,
17
"runes": 211616,
18
"sat_index": true,
19
"started": "2026-06-12T18:43:49.775872949Z",
20
"transaction_index": false,
21
"unrecoverably_reorged": false,
22
"uptime": {
23
"secs": 400765,
24
"nanos": 652525534
25
}
26
}
1
{
2
"address_index": false,
3
"blessed_inscriptions": 126684857,
4
"chain": "mainnet",
5
"cursed_inscriptions": 472043,
6
"height": 954079,
7
"initial_sync_time": {
8
"secs": 0,
9
"nanos": 204608000
10
},
11
"inscription_index": true,
12
"inscriptions": 127156900,
13
"json_api": true,
14
"lost_sats": 2895502904,
15
"minimum_rune_for_next_block": "MNFOQH",
16
"rune_index": true,
17
"runes": 211616,
18
"sat_index": true,
19
"started": "2026-06-12T18:43:49.775872949Z",
20
"transaction_index": false,
21
"unrecoverably_reorged": false,
22
"uptime": {
23
"secs": 400765,
24
"nanos": 652525534
25
}
26
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free