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

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

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

Obtain BRC20 token infomation by address, including available balance, transferable balance, number of transferable inscriptions, the first few Inscriptions, etc.

## Path parameters

- `address` string, required
- `ticker` string, required

## Response `200`

Successful operation

- object
  - `code` 0 | -1
  - `msg` string
  - `data` object
    - `ticker` string
    - `overallBalance` string
    - `availableBalance` string
    - `availableBalanceSafe` string
    - `availableBalanceUnSafe` string
    - `transferableBalance` string
    - `historyCount` integer
    - `historyInscriptions` BRC20HistoryInscription[]
      - `confirmations` integer
      - `data` object
        - `amt` string
        - `decimal` string
        - `lim` string
        - `max` string
        - `minted` string
        - `op` string
        - `tick` string
        - `to` string
      - `inscriptionId` string
      - `inscriptionNumber` integer
    - `transferableCount` integer
    - `transferableInscriptions` BRC20HistoryInscription[]
      - `confirmations` integer
      - `data` object
        - `amt` string
        - `decimal` string
        - `lim` string
        - `max` string
        - `minted` string
        - `op` string
        - `tick` string
        - `to` string
      - `inscriptionId` string
      - `inscriptionNumber` 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)
