Skip to main content

BRC-20 Tokens

Retrieves information for BRC-20 tokens

Query Parameters
ticker string[]
order_by Order By

Parameter to order results by

offset Offset

Result offset

limit Limit

Possible values: 1 ≤ value ≤ 60

Results per page

Responses
200

Default Response

Schema OPTIONAL
limit integer
offset integer
total integer
results object[]
id string
number integer
block_height integer
tx_id string
address string
ticker string
max_supply string
mint_limit
decimals integer
deploy_timestamp integer
minted_supply string
tx_count integer
getBrc20Tokens
GET /ordinals/v1/brc-20/tokens
ticker — query
order_by — query
offset — query
limit — query
https://api.hiro.so
curl -L 'https://api.hiro.so/ordinals/v1/brc-20/tokens' \
-H 'Accept: application/json'