Quick Start
Get an API Key
Sign up at polysimulator.com, then
create an API key from your profile page or via the API.Response (201 Created):Error handling:
The bootstrap endpoint is the only endpoint that uses
Authorization: Bearer.
All other PolySimulator API endpoints authenticate with the X-API-Key header.| Status | Meaning |
|---|---|
201 | Key created — save raw_key |
400 | You already have key(s) — use POST /v1/keys with X-API-Key instead |
401 | Invalid or expired Supabase JWT |
What’s Next?
- Authentication deep dive — Key management, security, permissions
- Rate Limits — Understand your tier’s request budget
- Build a trading bot — Complete Python example