---
title: "GET /v1/indexer/inscription/info/{inscriptionid}"
method: GET
path: "/v1/indexer/inscription/info/{inscriptionid}"
tags: ["Inscriptions"]
---

# GET /v1/indexer/inscription/info/{inscriptionid}

`GET /v1/indexer/inscription/info/{inscriptionid}`

Get inscription info by inscriptionId

## Path parameters

- `inscriptionid` string, required

## Response `200`

Successful operation

- object
  - `code` 0 | -1
  - `msg` string
  - `data` object
    - `address` string
    - `brc20` object — Only BRC20 transfer have this value
      - `amt` string
      - `decimal` string
      - `lim` string
      - `max` string
      - `minted` string
      - `op` string
      - `tick` string
      - `to` string
    - `contentBody` string — Only text type have this value
    - `contentLength` integer
    - `contentType` string
    - `height` integer
    - `inSatoshi` integer
    - `outSatoshi` integer
    - `inscriptionId` string
    - `inscriptionIndex` integer
    - `inscriptionNumber` integer
    - `offset` integer
    - `timestamp` integer
    - `utxo` object
      - `address` string
      - `codeType` integer
      - `height` integer
      - `idx` integer
      - `inscriptions` InscriptionItem[]
        - `inscriptionId` string
        - `inscriptionNumber` integer
        - `isBRC20` boolean
        - `moved` boolean
        - `offset` integer
      - `isOpInRBF` boolean
      - `satoshi` integer
      - `scriptPk` string
      - `scriptType` string
      - `txid` string
      - `vout` integer

## Other responses

- `401` — Invalid API Key

---

[API](https://skmtc.net/unisat/apis/unisat-wallet-openapi.md) · [All operations](https://skmtc.net/unisat/apis/unisat-wallet-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unisat/unisat-wallet-openapi/revisions/68de350419c7/schema)
