{"files":{"SKILL.md":"---\nname: endpoints\ndescription: \"Endpoints API skill. Use when working with Endpoints for tokens, trader-grades, investor-grades. Covers 14 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Endpoints\n\n## Auth\nApiKey\n\n## Base URL\nhttps://api.tokenmetrics.com/v1\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /v1/tokens -- tokens\n3. Explore available endpoints below\n\n## Endpoints\n14 endpoints across 14 groups. See references/api-spec.lap for full details.\n\n### Tokens\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/tokens | Tokens |\n\n### Trader-grades\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/trader-grades | Trader Grades |\n\n### Investor-grades\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/investor-grades | Investor Grades |\n\n### Market-indicator\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/market-indicator | Market Indicator |\n\n### Trading-indicator\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/trading-indicator | Trading Indicator |\n\n### Resistance-support\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/resistance-support | Resistance & Support |\n\n### Price\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/price | Price |\n\n### Price-prediction\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/price-prediction | Price Prediction |\n\n### Sentiments\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/sentiments | Sentiments |\n\n### Quantmetrics-tier-1\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/quantmetrics-tier-1 | Quantmetrics Tier 1 |\n\n### Quantmetrics-tier-2\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/quantmetrics-tier-2 | Quantmetrics Tier 2 |\n\n### Scenario-analysis\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/scenario-analysis | Scenario Analysis |\n\n### Correlation\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/correlation | Correlation |\n\n### Indices\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/indices | Indices |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all tokens?\" -> GET /v1/tokens\n- \"List all trader-grades?\" -> GET /v1/trader-grades\n- \"List all investor-grades?\" -> GET /v1/investor-grades\n- \"List all market-indicator?\" -> GET /v1/market-indicator\n- \"List all trading-indicator?\" -> GET /v1/trading-indicator\n- \"List all resistance-support?\" -> GET /v1/resistance-support\n- \"List all price?\" -> GET /v1/price\n- \"List all price-prediction?\" -> GET /v1/price-prediction\n- \"List all sentiments?\" -> GET /v1/sentiments\n- \"List all quantmetrics-tier-1?\" -> GET /v1/quantmetrics-tier-1\n- \"List all quantmetrics-tier-2?\" -> GET /v1/quantmetrics-tier-2\n- \"List all scenario-analysis?\" -> GET /v1/scenario-analysis\n- \"List all correlation?\" -> GET /v1/correlation\n- \"List all indices?\" -> GET /v1/indices\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Paginated endpoints accept limit/offset or cursor parameters\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Endpoints\n@base https://api.tokenmetrics.com/v1\n@auth ApiKey\n@endpoints 14\n@toc tokens(1), trader-grades(1), investor-grades(1), market-indicator(1), trading-indicator(1), resistance-support(1), price(1), price-prediction(1), sentiments(1), quantmetrics-tier-1(1), quantmetrics-tier-2(1), scenario-analysis(1), correlation(1), indices(1)\n\n@group tokens\n@endpoint GET /v1/tokens\n@desc Tokens\n@optional {token_ids: str, token_names: str, token_symbols: str}\n\n@endgroup\n\n@group trader-grades\n@endpoint GET /v1/trader-grades\n@desc Trader Grades\n@optional {tokens: str, startDate: str, endDate: str, limit: str}\n\n@endgroup\n\n@group investor-grades\n@endpoint GET /v1/investor-grades\n@desc Investor Grades\n@optional {tokens: str, startDate: str, endDate: str, limit: str}\n\n@endgroup\n\n@group market-indicator\n@endpoint GET /v1/market-indicator\n@desc Market Indicator\n@optional {startDate: str, endDate: str, limit: str}\n\n@endgroup\n\n@group trading-indicator\n@endpoint GET /v1/trading-indicator\n@desc Trading Indicator\n@optional {tokens: str, limit: str}\n\n@endgroup\n\n@group resistance-support\n@endpoint GET /v1/resistance-support\n@desc Resistance & Support\n@optional {tokens: str, startDate: str, endDate: str, limit: str}\n\n@endgroup\n\n@group price\n@endpoint GET /v1/price\n@desc Price\n@optional {tokens: str, startDate: str, endDate: str, limit: str, page: str}\n\n@endgroup\n\n@group price-prediction\n@endpoint GET /v1/price-prediction\n@desc Price Prediction\n@optional {tokens: str, date: str, limit: str}\n\n@endgroup\n\n@group sentiments\n@endpoint GET /v1/sentiments\n@desc Sentiments\n@optional {tokens: str, startDate: str, endDate: str, limit: str}\n\n@endgroup\n\n@group quantmetrics-tier-1\n@endpoint GET /v1/quantmetrics-tier-1\n@desc Quantmetrics Tier 1\n@optional {tokens: str, date: str, limit: str}\n\n@endgroup\n\n@group quantmetrics-tier-2\n@endpoint GET /v1/quantmetrics-tier-2\n@desc Quantmetrics Tier 2\n@optional {tokens: str, date: str, limit: str}\n\n@endgroup\n\n@group scenario-analysis\n@endpoint GET /v1/scenario-analysis\n@desc Scenario Analysis\n@optional {tokens: str, limit: str}\n\n@endgroup\n\n@group correlation\n@endpoint GET /v1/correlation\n@desc Correlation\n@optional {tokens: str, limit: str}\n\n@endgroup\n\n@group indices\n@endpoint GET /v1/indices\n@desc Indices\n@optional {exchanges: str, timeHorizon: str, lowCap: str, startDate: str, endDate: str, limit: str}\n\n@endgroup\n\n@end\n"}}