Skip to main content
The REST API is the request-response interface for DerivaDEX. Use it when your client needs to fetch current state, inspect market data, or submit signed and encrypted trading requests. Realtime is the companion interface for live updates. A trading client usually uses REST first, then subscribes to Realtime for changes.

Overview

All paths are relative to the DerivaDEX deployment you are integrating against. Choose the base URL for the target environment first, then append the documented path.

System endpoints

Market endpoints

Trade endpoints

See Signed Private Requests for the private request envelope, intent fields, receipts, and submission errors.

REST and Realtime together

Integration notes

Last modified on June 26, 2026