Skip to main content

BRC-20 Token Details

Retrieves information for a BRC-20 token including supply and holders

Path Parameters
ticker string REQUIRED
Responses
200

Default Response

Schema OPTIONAL
token 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
supply object
max_supply string
minted_supply string
holders integer
404

Default Response

Schema OPTIONAL
error string

Possible values: [Not found]

getBrc20TokenDetails
GET /ordinals/v1/brc-20/tokens/:ticker
ticker — path
https://api.hiro.so
curl -L 'https://api.hiro.so/ordinals/v1/brc-20/tokens/:ticker' \
-H 'Accept: application/json'