BRC-20s by Tickers
This endpoint is used to retrieve the metadata & market data associated with a batch of up to 100 BRC-20 tickers in a single request.
post
Get information for multiple BRC-20 tokens in batch (max 100 tickers per request).
Authorizations
x-api-keystringRequired
Body
tickersstring[] ยท min: 1 ยท max: 100RequiredExample:
Array of ticker symbols to fetch (max 100)
["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
post
/v1/brc20/batch/tickersLast updated