Skip to main content

ord_getMetadata RPC Method

Fetches the metadata for an inscription.

Updated on
May 17, 2024

ord_getMetadata 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 metadata is to be fetched

Returns

metadata
array
The metadata 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_getMetadata",
5
"params": [
6
"35b66389b44535861c44b2b18ed602997ee11db9a30d384ae89630c9fc6f011fi3"
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