api.polyorderbooks.com) authenticates data requests with API keys. Keys are tied to your account plan and usage limits.
Get an API key
- Create an account.
- Verify your email (required for password sign-ups).
- Open the dashboard → API keys → Create key.
- Copy the secret when shown — you will not see it again.
pob_. Store them in a secrets manager or environment variable — never in client-side code or public repositories.
Send your key
Recommended header:Example request
Protected routes
All/v1 discovery and history endpoints require a valid API key. Send X-API-Key: pob_… or Authorization: Bearer pob_… on every data request.
Security requirements
Error responses
Application validation errors use
error + message — see Error handling.
Interactive playground
On endpoint Try panels in this documentation:- Select the Production server (
https://api.polyorderbooks.com). - Add header
X-API-Keywith yourpob_…secret. - Mintlify stores the key in your browser session only — it is not sent to our servers.