# Token Metrics

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

- **Category:** analytics
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 5
- **Triggers:** 0
- **Slug:** `TOKEN_METRICS`
- **Version:** 20260316_00

## Tools

### Get Price

**Slug:** `TOKEN_METRICS_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.

### Get Technical Indicators

**Slug:** `TOKEN_METRICS_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.

### Get Tokens

**Slug:** `TOKEN_METRICS_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.

### Get Top Market Cap Tokens

**Slug:** `TOKEN_METRICS_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.

### Get Trading Signals

**Slug:** `TOKEN_METRICS_GET_TRADING_SIGNALS`

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