GET
/
assets
/
inscriptions
/
{inscription_id}
Inscription Info
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
  }
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

inscription_id
string
required

Inscription ID

Response

200
application/json

Requested data

The response is of type object.