# Exchange API ## Docs - [Admin Overview](https://mintlify.wiki/jamxu88/exchange/guides/admin-overview.md): Operator guide for user provisioning, exchange control, and admin messaging. - [Authentication](https://mintlify.wiki/jamxu88/exchange/guides/authentication.md): API key authentication for trader and admin REST routes and WebSocket sessions. - [Error Codes](https://mintlify.wiki/jamxu88/exchange/guides/error-codes.md): REST HTTP status codes and WebSocket error and reject codes. - [Examples](https://mintlify.wiki/jamxu88/exchange/guides/examples.md): Concrete curl, JavaScript, and Python examples for common Exchange API workflows. - [Market Lifecycle](https://mintlify.wiki/jamxu88/exchange/guides/market-lifecycle.md): Creating, updating, disabling, settling, and deleting markets. - [Rate Limits](https://mintlify.wiki/jamxu88/exchange/guides/rate-limits.md): Per-user rate limiting on authenticated REST routes. - [Recovery and Resync](https://mintlify.wiki/jamxu88/exchange/guides/recovery-and-resync.md): Handling sequence gaps and reconnection for L3 market data subscriptions. - [REST API](https://mintlify.wiki/jamxu88/exchange/guides/rest-api.md): Complete reference for all REST endpoints — health, markets, account state, order entry, and admin control. - [WebSocket API](https://mintlify.wiki/jamxu88/exchange/guides/websocket-api.md): Real-time market data, order entry, and user events over WebSocket. - [Introduction](https://mintlify.wiki/jamxu88/exchange/introduction.md): Public API documentation for the Exchange trading platform — REST and WebSocket integrations for market data, order entry, and account management. - [Quickstart](https://mintlify.wiki/jamxu88/exchange/quickstart.md): Make your first Exchange API call in under 5 minutes. - [API Reference Overview](https://mintlify.wiki/jamxu88/exchange/reference/overview.md): Live OpenAPI schema, Swagger UI, and links to the human-readable API guides.