Skip to main content

ord_getChildren RPC Method

Gets a paginated list of children for the Inscription (using inscription ID).

Updated on
May 17, 2024

ord_getChildren RPC Method

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

Parameters

InscriptionID
string
REQUIRED
The Inscription ID for which the children is to be fetched
pageIndex
integer
REQUIRED
The index of the page of results you want to retrieve

Returns

ids
array
An array containing Inscription IDs. Each ID represents a specific Inscription
more
boolean
A boolean value indicating whether there are more pages of Inscriptions available
page
integer
The current page index of the Inscriptions
Request
1
curl --location 'https://docs-demo.btc.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"method": "ord_getChildren",
5
"params": [
6
"36f0272e28bf6595199d02cb29013b91d9b9b9e250d270f32270506dcd1262bai0",
7
0
8
],
9
"id": 1,
10
"jsonrpc": "2.0"
11
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free