Joyride is a 0DTE options exchange on Solana with four developer-facing surfaces:Documentation Index
Fetch the complete documentation index at: https://docs.joyride.exchange/llms.txt
Use this file to discover all available pages before exploring further.
- A hybrid CLOB exchange in
exchange/backend - A read-only HTTP API for market data, account state, and admin workflows
- A WebSocket JSON-RPC API for trading and subscriptions
- A TypeScript SDK with a CLI and MCP server in
sdk
What is auto-generated today
- The
REST APItab is generated from the checked-inopenapi.yamlspec. - The
WebSocket Referencetab is generated from the checked-inasyncapi.yamlspec.
Where to start
- Start with Getting Started for base URLs and repo layout.
- Use Exchange Overview for the platform architecture.
- Use the
REST APItab for endpoint-by-endpoint reference. - Use the
WebSocket Referencetab for channel and message reference. - Use SDK Overview if you are integrating from TypeScript, the CLI, or MCP.