post https://api.zan.top/data/v1/btc/mainnet/
Retrieves the contents of a single inscription.
Log in to see full request history
Chain | Mainnet | Testnet |
---|---|---|
Bitcoin | ✅ | ❌ |
Response
Retrieves the contents of a single inscription.
Chain | Mainnet | Testnet |
---|---|---|
Bitcoin | ✅ | ❌ |
xxxxxxxxxx
14curl --request POST \
--url https://api.zan.top/data/v1/btc/mainnet/public \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "zan_getInscriptionContent",
"params": [
"5"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: