Get Inscription Info

get

Get inscription info by inscriptionId

Authorizations
Path parameters
inscriptionidstringRequired
Responses
200
Successful operation
application/json
get
GET /v1/indexer/inscription/info/{inscriptionid} HTTP/1.1
Host: open-api.unisat.io
Authorization: Bearer JWT
Accept: */*
{
  "code": 0,
  "msg": "OK",
  "data": {
    "address": "text",
    "brc20": {
      "amt": "text",
      "decimal": "text",
      "lim": "text",
      "max": "text",
      "minted": "text",
      "op": "text",
      "tick": "text",
      "to": "text"
    },
    "contentBody": "text",
    "contentLength": 1,
    "contentType": "text",
    "height": 1,
    "inSatoshi": 1,
    "outSatoshi": 1,
    "inscriptionId": "text",
    "inscriptionIndex": 1,
    "inscriptionNumber": 1,
    "offset": 1,
    "timestamp": 1,
    "utxo": {
      "address": "text",
      "codeType": 1,
      "height": 1,
      "idx": 1,
      "inscriptions": [
        {
          "inscriptionId": "text",
          "inscriptionNumber": 1,
          "isBRC20": true,
          "moved": true,
          "offset": 1
        }
      ],
      "isOpInRBF": false,
      "satoshi": 10000,
      "scriptPk": "text",
      "scriptType": "text",
      "txid": "text",
      "vout": 0
    }
  }
}

Last updated