Skip to main content

Choose your path

I want to use an AI agent

Start with Agent Quickstart. That guide is the recommended alpha path for:
  • Claude Code
  • Cursor
  • other local MCP clients

I want to build a custom integration

Use the hosted endpoints and exchange docs below.

Hosted endpoints

SurfaceURL
Exchange WebSocketwss://joyride.exchange/api/v1
Exchange HTTPhttps://joyride.exchange/api/v1
Oracle WebSocketwss://joyride.exchange/api/v1/oracle
MCP HTTP (preview)https://joyride.exchange/api/v1/mcp
Use the hosted endpoints above for direct client integrations. Public docs intentionally avoid local deployment instructions for backend services. For early alpha agent workflows, prefer the local stdio MCP flow from Agent Quickstart. Treat hosted MCP as preview unless Joyride has explicitly issued you a hosted API key and setup instructions.
  1. Exchange Overview
  2. Trading Hours and Rollover
  3. Data Conventions
  4. Authentication
  5. REST API tab
  6. WebSocket Reference tab
  7. WebSocket API
  8. Risk Engine
  9. SDK Overview if you want typed clients, CLI workflows, or MCP tooling