BRC-20

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

get/v1/indexer/address/{address}/brc20/{ticker}/info

Path parameters

addressstring required

Address

tickerstring required

Token ticker

Response

Successful operation

code0 | -1
msgstring

Example response

{
  "msg": "OK"
}