Use REST
- REST API lists the request-response endpoints for system state, market data, trader state, strategy state, and historical lookups.
- Signed Private Requests defines how to submit signed requests for placing orders, canceling orders, updating profile settings, and requesting withdrawals, including
/v2/encryption-key,/v2/request, request envelopes, delegated sessions, receipts, and submission errors.
Use Realtime
- Realtime Channels defines the channel names, message shapes, recovery behavior, and per-feed fields for live market and account feeds.
Build with the API
- Your First API Trade on DerivaDEX walks through a first signed-and-encrypted trade flow on testnet.
- How to Sign DerivaDEX Requests with EIP-712 covers request signing.
- How to Encrypt Requests for the Operator covers request encryption and byte submission.
- Order and Account Event Reference defines the order, strategy, and trader event payloads that clients reconcile after REST bootstrap.