Skip to main content

ord_getSatAtIndex RPC Method - Ordinals & Runes API

Loading...

Updated on
Nov 12, 2025

ord_getSatAtIndex RPC Method - Ordinals & Runes API

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

Parameters

sat
integer
REQUIRED
Loading...
index
integer
REQUIRED
Loading...

Returns

id
array
Loading...
Request
1
curl --location 'https://docs-demo.btc.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"method": "ord_getSatAtIndex",
5
"params": [
6
125866034480298,
7
0
8
],
9
"id": 1,
10
"jsonrpc": "2.0"
11
}'
Response
1
{
2
"id": 1,
3
"result": {
4
"id": "a860baeecae8c2d9fb95f09608d3b3e2bbaf207f25a6361e0d07a326906f8be6i0"
5
},
6
"jsonrpc": "2.0"
7
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free