---
name: endpoints
description: "Endpoints API skill. Use when working with Endpoints for tokens, trader-grades, investor-grades. Covers 14 endpoints."
version: 1.0.0
generator: lapsh
---

# Endpoints

## Auth
ApiKey

## Base URL
https://api.tokenmetrics.com/v1

## Setup
1. Set your API key in the appropriate header
2. GET /v1/tokens -- tokens
3. Explore available endpoints below

## Endpoints
14 endpoints across 14 groups. See references/api-spec.lap for full details.

### Tokens
| Method | Path | Description |
|--------|------|-------------|
| GET | /v1/tokens | Tokens |

### Trader-grades
| Method | Path | Description |
|--------|------|-------------|
| GET | /v1/trader-grades | Trader Grades |

### Investor-grades
| Method | Path | Description |
|--------|------|-------------|
| GET | /v1/investor-grades | Investor Grades |

### Market-indicator
| Method | Path | Description |
|--------|------|-------------|
| GET | /v1/market-indicator | Market Indicator |

### Trading-indicator
| Method | Path | Description |
|--------|------|-------------|
| GET | /v1/trading-indicator | Trading Indicator |

### Resistance-support
| Method | Path | Description |
|--------|------|-------------|
| GET | /v1/resistance-support | Resistance & Support |

### Price
| Method | Path | Description |
|--------|------|-------------|
| GET | /v1/price | Price |

### Price-prediction
| Method | Path | Description |
|--------|------|-------------|
| GET | /v1/price-prediction | Price Prediction |

### Sentiments
| Method | Path | Description |
|--------|------|-------------|
| GET | /v1/sentiments | Sentiments |

### Quantmetrics-tier-1
| Method | Path | Description |
|--------|------|-------------|
| GET | /v1/quantmetrics-tier-1 | Quantmetrics Tier 1 |

### Quantmetrics-tier-2
| Method | Path | Description |
|--------|------|-------------|
| GET | /v1/quantmetrics-tier-2 | Quantmetrics Tier 2 |

### Scenario-analysis
| Method | Path | Description |
|--------|------|-------------|
| GET | /v1/scenario-analysis | Scenario Analysis |

### Correlation
| Method | Path | Description |
|--------|------|-------------|
| GET | /v1/correlation | Correlation |

### Indices
| Method | Path | Description |
|--------|------|-------------|
| GET | /v1/indices | Indices |

## Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "List all tokens?" -> GET /v1/tokens
- "List all trader-grades?" -> GET /v1/trader-grades
- "List all investor-grades?" -> GET /v1/investor-grades
- "List all market-indicator?" -> GET /v1/market-indicator
- "List all trading-indicator?" -> GET /v1/trading-indicator
- "List all resistance-support?" -> GET /v1/resistance-support
- "List all price?" -> GET /v1/price
- "List all price-prediction?" -> GET /v1/price-prediction
- "List all sentiments?" -> GET /v1/sentiments
- "List all quantmetrics-tier-1?" -> GET /v1/quantmetrics-tier-1
- "List all quantmetrics-tier-2?" -> GET /v1/quantmetrics-tier-2
- "List all scenario-analysis?" -> GET /v1/scenario-analysis
- "List all correlation?" -> GET /v1/correlation
- "List all indices?" -> GET /v1/indices
- "How to authenticate?" -> See Auth section above

## Response Tips
- Check response schemas in references/api-spec.lap for field details
- Paginated endpoints accept limit/offset or cursor parameters

## References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

> Generated from the official API spec by [LAP](https://lap.sh)
