Skip to main content

What this page answers

Use this page when you need the fastest factual answer to:
  • which DerivaDEX market surfaces are publicly documented right now
  • which market and account constraints affect trading correctness first
  • whether a workflow belongs to the public REST/realtime families or to a restricted/product-specific surface

Use this page before

Before you…Check this page because…
assume a symbol or product is supported everywheredeployment and docs scope can differ from repo-backed baselines
design a strategy or client around one limit assumptionseveral public constraint families apply before matching or settlement
assume an HTTP or WebSocket surface is publicvisibility is family-specific and not every adjacent artifact is a public contract

Constraint map

NeedCanonical route
Supported perpetual products, tick sizes, and minimum order sizesProduct and Trading Specifications
Margin thresholds, liquidation trigger math, and solvency rulesMargin Requirements
Funding behavior and mark-price inputsFunding Rate Logic, Price Feeds and Mark Price Inputs
Request-rate tiers, DDX thresholds, and collateral tranchesRate Limits and Access Tiers
Public versus restricted API-family visibilityAPI Reference, Operator & Restricted APIs, Copy Trading APIs

Current public baseline

SurfaceCurrent public baseline
Product modelPerpetual swaps on a central-limit-order-book market
Public repo-backed symbolsETHP, BTCP, SPCXP; test-only market specs may also exist in repo-backed development surfaces
Core trade constraintsTick size, minimum order size, max order notional, price-deviation checks, and strategy-level open-order caps
Margin modelCross-margin at strategy level with liquidation and ADL safeguards
API visibilityPublic REST and realtime families are the primary public integration paths; restricted or product-specific families remain boundary-scoped

Source precedence

Source classPublic reading
operator core market/spec constantsproduction-style baseline for the current published market and constraint contract
current public reference pagescanonical public explanation of those baseline values and caveats
dev-utils and test scaffolding constantsdevelopment context only unless a public page explicitly promotes them into the baseline

First questions to settle

QuestionPublic answer path
is the market family in scope at allProduct and Trading Specifications
can the order be accepted before matchingProduct and Trading Specifications plus Trading Safeties and Guards
can the position remain solventMargin Requirements
which price and cadence matter for execution and carryFunding Rate Logic and Price Feeds and Mark Price Inputs
does the workflow belong to a public integration familyAPI Reference

Constraint families that matter first

Constraint familyWhat it governs firstPublic answer today
Product availabilityWhether a symbol and product model are even in scopePublic docs currently describe perpetual-swap products and point to repo-backed market-spec baselines rather than promising a timeless deployed symbol list
Order-shape validityWhether a request can be accepted before matchingTick size, minimum order size, order-type compatibility, notional caps, and open-order caps are first-class public constraints
Solvency and liquidationWhether a position can stay open safelyPublic docs expose cross-margin, liquidation trigger framing, ADL, and solvency safeguards through the reference layer
Pricing and fundingWhich prices and cadence drive execution and carryPublic docs expose mark-price inputs, funding logic, and checkpoint/settlement posture at launch-reference level
API access postureWhich integration surface is intentionally publicPublic REST and realtime are the active public integration families; operator and copy-trading remain visibility-bounded summary surfaces

Public visibility matrix

SurfacePublic docs postureWhat not to assume
Trading UI and public market dataPublicly documentedDo not assume every deployment exposes every market or operational mode identically
Public RESTPublic family with generated reference plus authored support pagesDo not assume all private or operator-like workflows belong here just because they use HTTP
Public realtimePublic family with AsyncAPI-backed channel reference and authored support pagesDo not assume old token-auth narratives override the current published contract
Operator and compliance-oriented APIsBoundary-summary only in public docsDo not assume a public generated contract exists for every restricted surface
Copy-trading APIsProduct-specific boundary-summary only in public docsDo not assume copy-trading contracts are interchangeable with the core exchange API

Feature-gated and non-baseline families

Feature-gated or development-oriented product families can exist in repo sources without being part of the current public baseline. Treat the published baseline here as “currently public and in scope,” not as a timeless statement about every possible future or gated product family.

Deployment rule

Treat the table above as the current public baseline, not a guarantee that every deployment exposes the same live products, quotas, or restricted-surface posture. Check the linked reference pages before assuming one market, address, or access model is universal.

Reading order

If you are checking platform relevance or trading constraints, read in this order:
  1. Product and Trading Specifications
  2. Margin Requirements
  3. Trading Safeties and Guards
  4. API Reference if your workflow is programmatic

Reading rule

This page is the launch check for scope and limits. Use it before assuming a market is supported, a trading path is public, or a runtime value is universal across deployments.
Last modified on April 13, 2026