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

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

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

Get the infomation of BRC20 by ticker.

## Path parameters

- `ticker` string, required

## Response `200`

Successful operation

- object
  - `code` 0 | -1
  - `msg` string
  - `data` object
    - `ticker` string
    - `creator` string
    - `totalMinted` string
    - `confirmedMinted` string
    - `confirmedMinted1h` string
    - `confirmedMinted24h` string
    - `completeBlocktime` integer
    - `completeHeight` integer
    - `inscriptionNumberEnd` integer
    - `inscriptionNumberStart` integer
    - `minted` string
    - `mintTimes` integer
    - `historyCount` integer
    - `holdersCount` integer
    - `txid` string
    - `deployHeight` integer
    - `deployBlocktime` integer
    - `inscriptionId` string
    - `inscriptionNumber` integer
    - `max` string
    - `decimal` integer
    - `limit` string

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