Tokens
Tokens π
The Token Info endpoint provides essential details for all supported cryptocurrencies, including their ID, name, and symbol. It also includes key market data such as current price, market cap, trading volume, supply metrics, and contract addresses across multiple blockchains.
This endpoint is ideal for quickly identifying and tracking tokens, filtering by exchange, category, or contract address, and integrating token data into trading strategies or market analysis tools.
Parameters: TOKEN_ID, SYMBOL, TOKEN_NAME, CATEGORY, EXCHANGE, BLOCKCHAIN_ADDRESS
Datapoints:
TOKEN_ID
Token ID for identifying each cryptocurrency (e.g., the Token ID of BTC is 3375). To Get the full list of coins and their associated TOKEN_ID supported by Token Metrics Click Here
TOKEN_NAME
The name of the crypto asset (e.g., Bitcoin).
TOKEN_SYMBOL
The symbol of the crypto asset (e.g., BTC).
EXCHANGE_LIST
The filter to get all tokens that are listed on certain exchanges (e.g., binance,gate)
CATEGORY_LIST
The filter to get all tokens that belong to certain categories (e.g., layer-1,nft)
CONTRACT_ADDRESS
Contract address of the token on all available chains.
TM_LINK
Provides direct access to the Token Metrics token details page, offering comprehensive insights into the token's performance and statistics
CONTRACT_ADDRESS
The blockchain contract address of the token, if applicable.
CURRENT_PRICE
The latest market price of the token in the requested currency.
MARKET_CAP
The total market value of the tokenβs circulating supply.
TOTAL_VOLUME
The total trading volume of the token in the last 24 hours.
CIRCULATING_SUPPLY
The number of tokens currently in circulation and available to the market.
TOTAL_SUPPLY
The total number of tokens that exist, including those not yet in circulation.
MAX_SUPPLY
The maximum number of tokens that can ever be issued.
FULLY_DILUTED_VALUATION
The market capitalization assuming the maximum supply of tokens is in circulation.
HIGH_24H
The highest market price recorded in the last 24 hours.
LOW_24H
The lowest market price recorded in the last 24 hours.
PRICE_CHANGE_PERCENTAGE_24H_IN_CURRENCY
The percentage change in price over the last 24 hours in the requested currency.
Visualize on Token Metrics Application:
On Token Metrics Token Detail Page, you can see the
name
andsymbol
of the asset.
Example Use Case:
A trader wants to quickly look up key statistics for a specific token (e.g., BTC) before deciding on a trade. Using the Token Info endpoint, they can instantly retrieve the tokenβs ID, name, symbol, price, market cap, and other market stats without needing to query multiple endpoints.
Updated 3 days ago