Examples and SDKs status
No public SDK or official example package is currently published on this Mintlify surface for the public REST family.Current public starting points
| Need | Public route today | What it gives you |
|---|---|---|
| First end-to-end builder flow | Building Your First Trading Bot | A guided lesson that connects the public REST and realtime surfaces into one first-success path |
| Public REST family entry | REST Quickstart | The shortest route into family selection, auth posture, limits, and error handling |
| Signing and encrypted submission | How to Sign DerivaDEX Requests with EIP-712, How to Encrypt Requests for the Operator | The practical steps that replace what an SDK helper would otherwise abstract |
| Session-key automation | How to Integrate Session Keys | Delegated automation path when wallet-authorized sessions are part of the design |
| Machine-readable contract lookup | Generated REST Endpoints, REST Source Artifacts | The current generated endpoint surface plus the underlying source-artifact lineage |
Current rule
If public examples or SDKs do not yet exist, this page should say that directly rather than implying hidden or internal examples are public. Use REST Quickstart for the shortest public path today and REST Source Artifacts when you need the machine-readable starting points behind future generated reference.SDK publication posture
| Topic | Public contract |
|---|---|
| Official SDK package | Not currently published on this Mintlify surface |
| Example ownership | Public examples currently live as tutorials and how-to guides rather than as a repo-backed SDK bundle |
| Integration expectation | Builders should combine quickstart, signing, encryption, session-key, limit, and error pages directly instead of assuming an official helper library exists |