For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get BRC-20 Ticker Info

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

Get the infomation of BRC20 by ticker.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tickerstringRequired

Token ticker

Responses
200

Successful operation

application/json
codeinteger · enumOptionalPossible values:
msgstringOptionalExample: OK
get/v1/indexer/brc20/{ticker}/info

Due to the inability to transmit special characters on the router, for tickers containing special characters, please use the hexadecimal encoding format.

Last updated