get_tokens_data
Fetch detailed cryptocurrency token data using ID, symbol, category, exchange, or blockchain address. Retrieve real-time insights like market data, trading signals, and price predictions for informed decision-making.
Instructions
Fetch token(s) data from Token Metrics API. Provide either token_id or symbol (or both) along with optional date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockchain_address | No | Use this parameter to search tokens through specific blockchains and contract addresses. Input the blockchain name followed by a colon and then the contract address. Example: binance-smart-chain:0x57185189118c7e786cafd5c71f35b16012fa95ad | |
| category | No | Comma Separated category name. Example: yield farming,defi | |
| exchange | No | Comma Separated exchange name. Example: binance,gate | |
| limit | No | Limit the number of results returned. Default is 50. Maximum is 100. | |
| page | No | Enables pagination and data retrieval control by skipping a specified number of items before fetching data. Page should be a non-negative integer, with 1 indicating the beginning of the dataset. | |
| symbol | No | Comma-separated string of token symbols (e.g., 'BTC,ETH,ADA') | |
| token_id | No | Comma-separated string of token IDs (e.g., '1,2,3') | |
| token_name | No | Comma Separated Crypto Asset Names (e.g., Bitcoin, Ethereum) |