get_tokens_scenario_analysis
Analyze cryptocurrency token price predictions across various market scenarios. Fetch data by token IDs or symbols, with pagination and result limits for efficient data retrieval.
Instructions
Fetch tokens(s) price prediction based on different Crypto Market scenarios from Token Metrics API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
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') |