Skip to main content

ord_getContent RPC Method

Get the content of the inscription.

Updated on
May 17, 2024

ord_getContent 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 content is to be fetched

Returns

result
string
Returns the content of the inscription in the form of HTML
Request
1
curl --location 'https://docs-demo.btc.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"method": "ord_getContent",
5
"params": [
6
"d74335d2bbcd62f5f83697ea0c172de47858f33353f542ccd6627d0a23b3ed44i7"
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