https://api.polaris.supply. You do not need to memorize the whole surface at once. Choose the endpoint family that matches your task, then read the smaller page for that endpoint.
Start with the right endpoint
| Task | Page |
|---|---|
| Authenticate requests and understand shared request patterns | Authentication |
| Discover valid exchanges, assets, and time bounds | Catalog |
| Download bulk historical standardized files | Snapshots |
| Query recent normalized trade events | Trades API |
| Query recent mixed event streams | Events API |
| Query interval-based candles | OHLCV API |
| Query exchange-native payloads | Raw API |
Endpoint families
Metadata
GET /catalog
Historical files
GET /snapshotsGET /snapshots/download
Recent query endpoints
GET /tradesGET /eventsGET /ohlcvGET /raw
Common response pattern
/trades, /events, /raw, and /ohlcv return paginated responses:
Recommended reading order
- Authentication
- Catalog
- Snapshots or one of the recent query endpoint pages
Next steps
- Read Authentication if you are about to make your first request.
- Read Choose the right data if you are deciding between snapshots and direct API queries.
- Read Trades API if you want the simplest recent-data endpoint.