Skip to main content

GET /r/sat/{sat}/{page} - Ordinals REST API

Loading...

Updated on
Jun 18, 2026

GET /r/sat/{sat}/{page} - Ordinals REST API

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

Path Parameters

sat
integer
REQUIRED
Loading...
page
integer
REQUIRED
Loading...

Returns

ids
array
Loading...
more
boolean
Loading...
page
integer
Loading...
Request
1
curl -X GET "https://docs-demo.btc.quiknode.pro/r/sat/1843917971704835/0" \
2
-H "Content-Type: application/json" \
3
-H "Accept: application/json"
1
curl -X GET "https://docs-demo.btc.quiknode.pro/r/sat/1843917971704835/0" \
2
-H "Content-Type: application/json" \
3
-H "Accept: application/json"
Response
1
{
2
"ids": [
3
"965f866bf8623bbf956c1b2aeec1efc1ad162fd428ab7fb89f128a0754ebbc32i0"
4
],
5
"more": false,
6
"page": 0
7
}
1
{
2
"ids": [
3
"965f866bf8623bbf956c1b2aeec1efc1ad162fd428ab7fb89f128a0754ebbc32i0"
4
],
5
"more": false,
6
"page": 0
7
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free