- APIs
- Ordinals API
- Get Brc20 Token Details
Get BRC-20 token details
Retrieves information for a BRC-20 token, including supply and holders.
GET
Parameters
Path Parameters
ticker
REQUIRED
string
Status code | Description |
---|---|
200 | Default Response |
404 | Default Response |
cURL
curl -L \"https://api.hiro.so/ordinals/v1/brc-20/tokens/{ticker}" \-H 'Accept: application/json'
Response
{"token": {"id": "string","number": 0,"block_height": 144000,"tx_id": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef","address": "SP318Q55DEKHRXJK696033DQN5C54D9K2EE6DHRWP","ticker": "string","max_supply": "string","mint_limit": "string","decimals": 0,"deploy_timestamp": 0,"minted_supply": "string","tx_count": 0},"supply": {"max_supply": "string","minted_supply": "string","holders": 0}}