Connect Your AI to Deriv
Use natural language to explore APIs, generate code, and build faster.
Instant Context
Give your AI everything it needs to understand Deriv's APIs — instantly. Use this link to provide structured, up-to-date API context to any AI assistant or LLM. Once connected, you can ask questions, request code, or describe logic in plain English.
Paste this link into your AI tool's context, system prompt, or knowledge source.
- •No setup required
- •Works across supported LLMs
- •Always stays in sync with our APIs
IDE & Tool Integration
Connect your AI-powered development tools directly to Deriv. Use the Model Context Protocol (MCP) to let your AI fetch live endpoints, schemas, and examples while you build without switching tabs.
"deriv api": { "url": "https://mcp-api.deriv.com/mcp", "name": "Deriv API" }
Meet Amy. Your API Copilot.
Amy is built directly into our documentation. She understands Deriv APIs and lets you code in English — no memorisation required. She can explain endpoints, generate code, debug errors, and guide setup.
How do I buy a contract?
Use the buy endpoint. You'll need the proposal ID first.
{ "buy": "proposal_id_123", "price": 100 }