Token Metrics
AI cryptocurrency intelligence API for token prices, technical indicators, trading signals, and market-cap rankings.
Helps crypto trading and dashboard apps that read live token prices, technical indicators, and entry-exit signals across supported markets.
Example Use Cases
These are the Token Metrics actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.
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.
Tool to retrieve technical indicators for a token. Use when you need technical analysis data for a specific symbol, interval, and indicator.
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.
Tool to retrieve a list of tokens ranked by market capitalization. Use when you need an overview of the most valuable cryptocurrencies.
Tool to retrieve entry and exit crypto trading signals. Use when optimizing trading strategies with signal-based insights.