Get BRC-20 tokens
Retrieves information for BRC-20 tokens.
GET
/ordinals/v1/brc-20/tokens
Retrieves information for BRC-20 tokens.
Query parameters
ticker
array of string
order_by
Any properties in string, string
Parameter to order results by
offset
integer
Result offset
Minimum:0
limit
integer
Results per page
Minimum:1
Maximum: 60
Status code | Description |
---|---|
200 | Default response |
curl -X GET "https://api.hiro.so/ordinals/v1/brc-20/tokens"
{
"limit": 20,
"offset": 0,
"total": 1,
"results": [
{
"id": "1463d48e9248159084929294f64bda04487503d30ce7ab58365df1dc6fd58218i0",
"number": 248751,
"block_height": 752860,
"tx_id": "1463d48e9248159084929294f64bda04487503d30ce7ab58365df1dc6fd58218",
"address": "bc1pvwh2dl6h388x65rqq47qjzdmsqgkatpt4hye6daf7yxvl0z3xjgq247aq8",
"ticker": "PEPE",
"max_supply": "21000000",
"mint_limit": "100000",
"decimals": 18,
"deploy_timestamp": 1677733170000,
"minted_supply": "1000000",
"tx_count": 300000
}
]
}