v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
tokens

Retrieve detailed information about a specific token

Retrieves detailed information for a specific token identified by its contract address.

get/{chain_id}/api/v2/tokens/{address_hash_param}

Path parameters

address_hash_paramstring required

Address hash in the path

chain_idstring required

The ID of the blockchain

Response

Detailed information about the specified token.

address_hashstring required
bridge_type'omni' | 'amb' nullable

Type of bridge used for this bridged token

circulating_market_capstring nullable required
circulating_supplystring nullable required
decimalsstring nullable required
exchange_ratestring nullable required
foreign_addressstring nullable
holders_countstring nullable required
icon_urlstring uri nullable required
namestring nullable required
origin_chain_idstring nullable
reputation'ok' | 'scam' nullable required

Reputation of the token

symbolstring nullable required
total_supplystring nullable required
type'ERC-20' | 'ERC-721' | 'ERC-1155' | 'ERC-404' | 'ERC-7984' required
volume_24hstring nullable required

Example response

{
  "icon_url": "https://example.com"
}