---
title: "GET /v1/indexer/inscription/events"
method: GET
path: "/v1/indexer/inscription/events"
tags: ["Inscriptions"]
---

# GET /v1/indexer/inscription/events

`GET /v1/indexer/inscription/events`

Get inscription events

## Query parameters

- `start` integer, required
- `end` integer, required
- `cursor` integer, required
- `size` integer, required

## Response `200`

Successful operation

- object
  - `code` 0 | -1
  - `msg` string
  - `data` object
    - `cursor` integer
    - `total` integer
    - `detail` InscriptionEvent[]
      - `isTransfer` boolean — false: a mint event; true: a transfer event
      - `inscriptionId` string
      - `inscriptionNumber` integer
      - `address` string — current address
      - `contentBody` string — only present when it's a mint event
      - `contentType` string — only present when it's a mint event
      - `inSatoshi` integer — total input satoshi in tx
      - `outSatoshi` integer — total output satoshi in tx
      - `pkScript` string
      - `satoshi` integer — satoshi in inscription
      - `timestamp` integer — block timestamp
      - `txid` string — inscription genesis txid
      - `i` integer — inscription genesis vout
      - `vout` integer — tx vout
      - `sequence` integer
      - `height` integer
      - `txidx` integer — tx index in block

## 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)
