Skip to main content
Glama

Token Metrics MCP Server

Official

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

NameRequiredDescriptionDefault
categoryNoComma Separated category name. Example: yield farming,defi
endDateNoEnd Date accepts date as a string - YYYY-MM-DD format. Example: 2023-10-10
exchangeNoComma Separated exchange name. Example: binance,gate
fdvNoMinimum fully diluted valuation in $ (USD) of the token. Example: 100
limitNoLimit the number of results returned. Default is 50. Maximum is 100.
marketcapNoMinimum MarketCap in $ (USD) of the token. Example: 100
pageNoEnables 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.
startDateNoStart Date accepts date as a string - YYYY-MM-DD format. Example: 2023-10-01
symbolNoComma-separated string of token symbols (e.g., 'BTC,ETH,ADA')
token_idNoComma-separated string of token IDs (e.g., '1,2,3')
traderGradeNoMinimum TM Trader Grade of the token. Example: 17
traderGradePercentChangeNoMinimum 24h percent change in TM Trader Grade of the token. Example: 0.14
volumeNoMinimum 24h trading volume in $ (USD) of the token. Example: 100

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Comma Separated category name. Example: yield farming,defi", "type": "string" }, "endDate": { "description": "End Date accepts date as a string - YYYY-MM-DD format. Example: 2023-10-10", "type": "string" }, "exchange": { "description": "Comma Separated exchange name. Example: binance,gate", "type": "string" }, "fdv": { "description": "Minimum fully diluted valuation in $ (USD) of the token. Example: 100", "type": "string" }, "limit": { "description": "Limit the number of results returned. Default is 50. Maximum is 100.", "type": "number" }, "marketcap": { "description": "Minimum MarketCap in $ (USD) of the token. Example: 100", "type": "string" }, "page": { "description": "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.", "type": "number" }, "startDate": { "description": "Start Date accepts date as a string - YYYY-MM-DD format. Example: 2023-10-01", "type": "string" }, "symbol": { "description": "Comma-separated string of token symbols (e.g., 'BTC,ETH,ADA')", "type": "string" }, "token_id": { "description": "Comma-separated string of token IDs (e.g., '1,2,3')", "type": "string" }, "traderGrade": { "description": "Minimum TM Trader Grade of the token. Example: 17", "type": "string" }, "traderGradePercentChange": { "description": "Minimum 24h percent change in TM Trader Grade of the token. Example: 0.14", "type": "string" }, "volume": { "description": "Minimum 24h trading volume in $ (USD) of the token. Example: 100", "type": "string" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/token-metrics/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server