cURL
curl --request GET \ --url https://xdg-mainnet.gomaestro-api.org/v0/assets/inscriptions/{inscription_id} \ --header 'api-key: <api-key>'
{ "data": { "content_body_preview": null, "content_length": 3035, "content_type": "text/html;charset=utf-8", "created_at": 842166, "inscription_id": "7d0a2dd897222913d58fc957b0429526117a0a61c964642fe93b077f328ccec1i0", "inscription_num": 70634325 }, "last_updated": { "block_hash": "00000000000000000000ec10254178fe52253f40c1fad252e892d9aa22ee8fa7", "block_height": 866710 } }
Get detailed information about a Dogecoin Ordinals inscription including metadata, content type, and creation details.
Project API Key
Inscription ID
Requested data
The response is of type object.
object
Was this page helpful?