Blockchain Indexer API
Inscriptions

Inscription Info

1min
GET
https://xdg-mainnet.gomaestro-api.org/v0/assets/inscriptions/{inscription_id}
Dogecoin Mainnet

Information about an inscription. A preview of the content body is given only if its type is "text/plain". For the whole content, use the complementary endpoint, namely /assets/inscriptions/{inscription_id}/content_body.

Authentication
api-key
Path Parameters
inscription_id
*
Responses
200
Requested data
Example
{ "data": { "inscription_id": "7d0a2dd897222913d58fc957b0429526117a0a61c964642fe93b077f328ccec1i0", "created_at": 842166, "inscription_num": 70634325, "content_type": "text/html;charset=utf-8", "content_body_preview": null, "content_length": 3035 }, "last_updated": { "block_hash": "00000000000000000000ec10254178fe52253f40c1fad252e892d9aa22ee8fa7", "block_height": 866710 } }
data
*
last_updated
*
400
Malformed query parameters
404
Requested entity not found on-chain
500
Internal server error