Get BRC-20 tokens

Retrieves information for BRC-20 tokens.

GET

/ordinals/v1/brc-20/tokens

Retrieves information for BRC-20 tokens.

Query parameters

tickerarray of string

order_byAny properties in string, string

Parameter to order results by

offsetinteger

Result offset

Minimum: 0

limitinteger

Results per page

Minimum: 1Maximum: 60
Status codeDescription
200Default response
curl
curl -X GET "https://api.hiro.so/ordinals/v1/brc-20/tokens"
Example response
{
  "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
    }
  ]
}