---
title: "GET /v1/indexer/brc20/{ticker}/history"
method: GET
path: "/v1/indexer/brc20/{ticker}/history"
tags: ["BRC-20"]
---

# GET /v1/indexer/brc20/{ticker}/history

`GET /v1/indexer/brc20/{ticker}/history`

Get the full history of BRC20.

## Path parameters

- `ticker` string, required

## Query parameters

- `type` 'inscribe-deploy' | 'inscribe-mint' | 'inscribe-transfer' | 'transfer' | 'send' | 'receive', required
- `height` integer, required
- `start` integer, required
- `limit` integer, required

## Response `200`

Successful operation

- object
  - `code` 0 | -1
  - `msg` string
  - `data` object
    - `detail` BRC20HistoryItem
      - `valid` boolean
      - `type` string
      - `from` string
      - `to` string
      - `amount` string
      - `overallBalance` string
      - `availableBalance` string
      - `transferBalance` string
      - `inscriptionId` string
      - `inscriptionNumber` integer
      - `height` integer
      - `blockhash` string
      - `blocktime` integer
      - `txIdx` integer
      - `txid` string
      - `satoshi` integer
    - `start` integer
    - `total` 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)
