Skip to main content

Scope note

This page maps common Binance- and Bybit-style client concepts to current DerivaDEX public routes. It is not the canonical source for those exchanges’ current APIs, limits, or field catalogs. Use it to translate client assumptions, not to replace vendor documentation.

Account and position model mapping

Common CEX-side assumptionDerivaDEX-side conceptOwning public route
exchange account balancestrategy-scoped collateral and strategy stateMargin Requirements
exchange-managed sub-balance or position bucketstrategy identifier under one trader walletFor Traders
exchange acknowledges order placement as one primary state eventsequencing acknowledgement plus later lifecycle updatesRequest Lifecycle: Sequencing, Execution, and Finality

Order lifecycle mapping

Client concernDerivaDEX-side readingOwning public route
submission acceptedrequest crossed the sequencing boundaryHow to Handle Order Sequencing vs Execution
order state changesORDER_UPDATE plus related strategy or trader updatesOrder and Account Event Reference
terminal outcomefilled, canceled, rejected, or liquidated state after correlated lifecycle handlingHow to Track an Order Through Its Lifecycle

Pricing and risk mapping

Common assumptionDerivaDEX-side readingOwning public route
last trade price is the main operational anchormark price governs margin, liquidation, and key safeguardsPrice Feeds and Mark Price Inputs
leverage or margin checks are separate from execution guidancesafety, solvency, and execution guards are coupledTrading Safeties and Guards
liquidation is only a late-stage exceptional eventliquidation and ADL are explicit public mechanism pathsPrice Formation, Risk Controls, and Solvency

REST and realtime mapping

Client concernDerivaDEX-side readingOwning public route
polling-only recovery modelREST bootstrap plus realtime continuationRealtime Connection Model
WebSocket continuity is enough by itselfreconnects require explicit REST truth repairHow to Monitor Trading Activity Reliably
subscription acknowledgement equals business successtransport control and business outcomes are separateRealtime Errors

Failure and retry mapping

Client concernDerivaDEX-side readingOwning public route
any retryable rejection should be retried unchangedreplay-window, safety, and service faults need different handlingError Reference
rate pressure is one generic problemREST quota posture and realtime control posture differREST Rate Limits and Realtime Rate Limits
invalid request path can be repaired without rebuilding signing contextmany request repairs require new replay-window and cryptographic materialRequest Signing Reference and Request Encryption Reference

Migration reading order

  1. How to Migrate from Binance or Bybit to DerivaDEX
  2. For Traders or For Builders, depending on who owns the client
  3. Order and Account Event Reference
  4. Error Reference

Boundary rule

Use this page for concept mapping only. If you need execution steps, use the migration how-to. If you need exact DerivaDEX contracts, use the linked reference and API pages.
Last modified on April 13, 2026