Token Metrics

Integrate Token Metrics with your AI workspace

Token Metrics provides an API offering real-time, AI-powered cryptocurrency data and insights for developers to build trading bots, dashboards, and portfolio tools.

Explore Triggers and Actions

Get Price

Tool to retrieve real-time price and market metrics for a given cryptocurrency. Use when you need the latest price, volume, and market cap information for trading or analysis. Response fields like `volume24h` or `numberOfHolders` may be absent; treat missing fields as null, not zero.

ActionTry it

Get Technical Indicators

Tool to retrieve technical indicators for a token. Use when you need technical analysis data for a specific symbol, interval, and indicator.

ActionTry it

Get Tokens

Tool to retrieve a paginated list of supported tokens with metadata. Use when you need comprehensive token listings across price, market cap, supply, and contract details. Returns token_id values required by TOKEN_METRICS_GET_PRICE and other endpoints — build your token_id mapping here first. Response fields such as volume24h and numberOfHolders may be absent for some tokens; treat missing values as null/unknown, not zero. tokenCreationDate is ISO-8601; convert to UTC for accurate age comparisons.

ActionTry it

Get Top Market Cap Tokens

Tool to retrieve a list of tokens ranked by market capitalization. Use when you need an overview of the most valuable cryptocurrencies.

ActionTry it

Get Trading Signals

Tool to retrieve entry and exit crypto trading signals. Use when optimizing trading strategies with signal-based insights.

ActionTry it