Tokens
Token Info 📈
The Token Info endpoint provides a quick and easy way to access information about all our crypto assets. This endpoint allows you to retrieve each asset's ID, NAME, and SYMBOL, making identifying and tracking specific coins simple.
Parameters: ID, SYMBOL,NAME, CATEGORY, EXCHANGE
Datapoints:
TOKEN_ID
Token ID for identifying each cryptocurrency (e.g., the Token ID of BTC is 3375).
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
Visualize on Token Metrics Application:
On Token Metrics Token Detail Page, you can see the
name
andsymbol
of the asset.
Example Use Case:
This is basic information that a trader will pull from the Token Metrics API. It is needed information for filtering our endpoints for specific currencies.
Updated 3 months ago