Start with the exchange
- What is DerivaDEX? is the best first read if you want the platform in plain English before you touch the product.
Make your first trade
- Your First Trade on DerivaDEX walks through wallet connection, collateral deposit, one-click trading, and a first position on testnet.
- Your First API Trade on DerivaDEX walks through a first programmatic trade on testnet with the Python client.
Build against the exchange
- API Reference covers the REST and realtime interfaces, including authentication, rate limits, endpoint paths, and WebSocket channels.
- How-to Guides help with concrete tasks such as signing requests, encrypting them for the operator, and keeping sequencing separate from execution state.
Look up the rules
- Reference is where to find trading specifications, margin rules, pricing inputs, funding logic, rate limits, errors, and event fields.
Understand why it works this way
- Explanation covers the exchange architecture, request lifecycle, and the role DDX plays in governance and operations.