Skip to main content

ord_getSatRecursive RPC Method

Get the sat using the recursive endpoint.

Updated on
May 17, 2024

ord_getSatRecursive RPC Method

Please note that this method requires the Ordinals & Runes API add-on enabled on your QuickNode endpoint. Also, note that the recursive endpoints are whitelisted endpoints that allow access to on-chain data, including the content of other inscriptions. You can learn more here here

Parameters

sat
integer
REQUIRED
The SAT number for which you want to retrieve the SAT value
page
integer
REQUIRED
The page number of the response

Returns

ids
array
An array containing SAT numbers. Each numbers represents a specific SAT
more
boolean
A boolean value indicating whether there are more SAT numbers available or not
page
integer
The current page index of the SAT
Request
1
curl --location 'https://docs-demo.btc.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"method": "ord_getSatRecursive",
5
"params": [
6
125866034480298,
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