BRC-20 by Ticker
This endpoint returns the metadata, latest price, and 24h volume for a given BRC-20 ticker
get
Get data and price info for a specific BRC20 by ticker.
Authorizations
x-api-keystringRequired
Path parameters
tickerstring ยท min: 1RequiredExample:
Ticker of the BRC20 token (e.g. ordi, sats, etc.)
["ordi","sats"]Responses
200
Default Response
application/json
400
Invalid input
application/json
401
Unauthorized
application/json
404
Not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
get
/v1/brc20/ticker/{ticker}Last updated