discover_endpoints
Find accessible API endpoints by asset and category. Returns endpoint paths with parameter options (e.g., window) for use with query_data.
Instructions
Discover available API endpoints for a specific asset and category. Call initialize() first to get valid asset/category combinations. Returns endpoint paths and parameter options (e.g., window: ['day', 'hour']). Use returned paths with query_data().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | Asset to discover endpoints for. Omit for all assets. | |
| category | No | Category filter (e.g., market-data, exchange-flows, network-data, miner-flows, etc.) | |
| query | No | Search term to filter endpoints by path or metric name | |
| include_restricted | No | Include endpoints not available on your current plan |