Authorization header as a bearer token for authenticated requests.
Authentication
Where you use the API key
Use the same Polaris API key across:Connection notes
- Public requests work for some endpoints, but they are more limited.
- 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.