get_tokens_resistance_and_support
Analyze historical resistance and support levels for tokens by providing token IDs or symbols using Token Metrics’ API, enabling informed trading decisions.
Instructions
Fetch token(s) historical levels of resistance and support from Token Metrics API. Provide token_id or symbol.
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 | Yes | Comma-separated string of token symbols (e.g., 'BTC,ETH,ADA') | |
token_id | Yes | Comma-separated string of token IDs (e.g., '1,2,3') |