https://api.polaris.supply. Most endpoints are public. Add bearer auth only when you need broader historical access, account-tier visibility, or a dataset policy that requires it. Choose the endpoint that matches your task, then read the smaller page for that endpoint.
Start with the right endpoint
Endpoint families
Metadata
GET /catalogfor public market discovery, with optional account-tier visibility when you send bearer auth
Historical files
GET /snapshotsfor public hourly snapshot listing. Addraw=trueto list venue-native raw snapshot files (requires paid auth)GET /downloadfor bulk daily download manifests or single-file download. Usesource/market/datefor the bulk JSON manifest, orkeyfor one file
Common response patterns
/snapshots returns a paginated JSON response:
/download supports two response shapes: a bulk daily manifest when you request source, market, date, and mode=json, or a single-file redirect / JSON URL response when you request key.
Recommended reading order
Next steps
- Read Authentication if you are about to make your first request.
- Read Market coverage if you are deciding between snapshots and direct API queries.
- Read Trades if you want the simplest recent-data endpoint.