Submit requests correctly
- How to Sign DerivaDEX Requests with EIP-712 shows how to build the EIP-712 hash, sign it, and verify the signer before submission.
- How to Encrypt Requests for the Operator shows how to encrypt the signed JSON payload and build the byte format
POST /v2/requestexpects.
Reconcile request state
- Request Lifecycle: Sequencing and Execution helps keep sequencing receipts, matching, and finality from collapsing into one state in your client.
After a how-to guide
- Reference is where the exact enums, formulas, limits, and event fields behind the procedure live.
- Explanation explains why the mechanism exists and how it fits the wider system.
- Error Reference gives the request failure codes to use when a procedure still is not enough.