get_tokens_quant_metrics
Retrieve quantitative metrics such as market cap, volume, and FDV for cryptocurrencies by filtering tokens based on ID, symbol, category, exchange, or financial thresholds.
Instructions
Fetch the latest quantitative metrics for token(s). Note that Token Metrics pricing data starts on 2019-01-01 for most tokens. More historical data will be available soon.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | Comma Separated category name. Example: yield farming,defi | |
exchange | No | Comma Separated exchange name. Example: binance,gate | |
fdv | No | Minimum fully diluted valuation in $ (USD) of the token. Example: 100 | |
limit | No | Limit the number of results returned. Default is 50. Maximum is 100. | |
marketcap | No | Minimum MarketCap in $ (USD) of the token. Example: 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') | |
volume | No | Minimum 24h trading volume in $ (USD) of the token. Example: 100 |