Skip to main content

ord_getStatus RPC Method

Get the status of the Ordinals API.

Updated on
May 17, 2024

ord_getStatus RPC Method

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

Parameters

This method does not accept any parameters

Returns

blessed_inscriptions
integer
The number of blessed inscriptions
chain
string
The blockchain network the API is connected to
content_type_counts
array
Counts of different content types
cursed_inscriptions
integer
The number of cursed inscriptions
height
integer
The current blockchain height
initial_sync_time
object
The initial_sync_time object which contains the following fields:
secs
integer
Seconds taken for the initial synchronization
nanos
integer
Nanoseconds taken for the initial synchronization
inscriptions
integer
Total number of inscriptions
lost_sats
integer
The number of lost sats
minimum_rune_for_next_block
string
The minimum rune required for the next block
rune_index
boolean
Boolean indicating if the rune index is enabled
runes
integer
The number of runes
sat_index
boolean
Boolean indicating if the sat index is enabled
started
string
The time when the API started
transaction_index
boolean
Boolean indicating if the transaction index is enabled
unrecoverably_reorged
boolean
Boolean indicating if the API has been irreversibly reorganized
uptime
object
The uptime object which contains the following fields:
secs
integer
Seconds taken for the uptime
nanos
integer
Nanoseconds taken for the uptime
Request
1
curl --location 'https://docs-demo.btc.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"method": "ord_getStatus",
5
"params": [],
6
"id": 1,
7
"jsonrpc": "2.0"
8
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free