unisat-dev-docs

Inscription Indexer API

Inscription Indexer API is a RESTful API for accessing and managing inscriptions on the Bitcoin blockchain. It provides endpoints to retrieve information about inscriptions, including their status, metadata, and associated transactions.

👉 View Swagger UI


📑 Table of Contents

Route Summary
GET /v1/indexer/inscription/info/{inscriptionId} Get inscription info by inscriptionId
GET /v1/indexer/inscription/content/{inscriptionId} Get inscription content info by inscriptionId
GET /v1/indexer/inscription/events Get inscription events
GET /v1/indexer/address/{address}/inscription-data Get inscription UTXO list by address
GET /v1/indexer/address/{address}/inscription-utxo-data Get inscription UTXO list by address

Inscriptions

Get inscription info by inscriptionId

Method: GET
Path: /v1/indexer/inscription/info/{inscriptionId}
Swagger Link: View in Swagger UI

Parameters

Response (200)


Get inscription content info by inscriptionId

Method: GET
Path: /v1/indexer/inscription/content/{inscriptionId}
Swagger Link: View in Swagger UI

Parameters

Response (200)


Get inscription events

Method: GET
Path: /v1/indexer/inscription/events
Swagger Link: View in Swagger UI

Parameters

Response (200)


Get inscription UTXO list by address

Method: GET
Path: /v1/indexer/address/{address}/inscription-data
Swagger Link: View in Swagger UI

Parameters

Response (200)


Get inscription UTXO list by address

Method: GET
Path: /v1/indexer/address/{address}/inscription-utxo-data
Swagger Link: View in Swagger UI

Parameters

Response (200)