JSON schema bundles for the Deriv WebSocket and REST trading APIs.
Each release contains schemas.zip — a versioned snapshot of
all WebSocket and REST API schemas, published automatically when schemas change.
Latest release:
https://github.com/deriv-com/deriv-api-schemas/releases/latest/download/schemas.zip
Pinned version (recommended for integrations):
https://github.com/deriv-com/deriv-api-schemas/releases/download/{tag}/schemas.zip
Example:
https://github.com/deriv-com/deriv-api-schemas/releases/download/production_v20260430_0/schemas.zip
No authentication required — this repository is public.
*.schema.json— WebSocket API request and response schemasrest-api-openapi.json— REST API OpenAPI specification
The schemas/ directory in this repository always contains the latest versions
of all schema files. You can browse them directly on the
master branch.
To track changes over time, view the commit history for the schemas directory.
Browse all releases and changelogs at github.com/deriv-com/deriv-api-schemas/releases.
Release notes list only the schema files changed in each version.