When to use an API key
Use a bearer token when:- You need explicit
fromandtoranges on endpoints that restrict those fields for public requests. - You need older preview data that sits outside the public window.
- You want access that reflects your account tier.
Bearer auth
Where you use the API key
Use the same Polaris API key across:Authentication notes
- Public requests work for some endpoints and are the easiest place to start.
- Historical
fromandtoqueries on most data endpoints require a bearer token. - Snapshot downloads only require bearer auth when the dataset access policy returned by
/snapshotsrequires it.
Next steps
- Read Catalog before building market-specific requests.
- Read Authentication for a tighter auth and request-pattern reference.
- Read Python SDK or Rust SDK if you want a client library instead of direct HTTP requests.