get_tokens_trader_grade
Retrieve trader grades with 24h percent changes for specified tokens, dates, or criteria using Token Metrics API. Use filters like market cap, volume, or exchange to refine results.
Instructions
Fetch token(s) trader grade including the 24h percent change for the trader grade for a specific date or date range from Token Metrics API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | Comma Separated category name. Example: yield farming,defi | |
endDate | No | End Date accepts date as a string - YYYY-MM-DD format. Example: 2023-10-10 | |
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. | |
startDate | No | Start Date accepts date as a string - YYYY-MM-DD format. Example: 2023-10-01 | |
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') | |
traderGrade | No | Minimum TM Trader Grade of the token. Example: 17 | |
traderGradePercentChange | No | Minimum 24h percent change in TM Trader Grade of the token. Example: 0.14 | |
volume | No | Minimum 24h trading volume in $ (USD) of the token. Example: 100 |