Skip to main content

ord_getInscriptionRecursive RPC Method

Fetches an inscription using the recursive endpoint.

Updated on
May 17, 2024

ord_getInscriptionRecursive 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

InscriptionID
string
REQUIRED
The Inscription ID for which the inscription is to be fetched

Returns

charms
array
An array of charms associated with the inscription
content_length
integer
The length of the content associated with the inscription
content_type
string
The type of content associated with the inscription
fee
integer
The fee associated with the inscription
height
integer
The height at which the inscription was made
id
string
The unique identifier of the inscription
number
integer
The number associated with the inscription
output
string
The output associated with the inscription
sat
integer
The SAT value associated with the inscription
satpoint
string
The SAT point associated with the inscription
timestamp
integer
The timestamp of the inscription
value
integer
The value associated with the inscription
Request
1
curl --location 'https://docs-demo.btc.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"method": "ord_getInscriptionRecursive",
5
"params": [
6
"a860baeecae8c2d9fb95f09608d3b3e2bbaf207f25a6361e0d07a326906f8be6i0"
7
],
8
"id": 1,
9
"jsonrpc": "2.0"
10
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free