AppraX runs every spot fill, margin position and payout through the Appra settlement ledger — so your balance is the same number in the terminal, the wallet and the bank rail. No bridges, no reconciliation lag.
Move between spot and isolated margin without a single internal transfer. Collateral is recognised the moment it lands.
TradingView-grade charting, full depth-of-book, OCO and stop-limit, sub-10ms matching.
Per-ticket risk, live liquidation price, auto-deleverage guard, borrow shown before you sign.
Most exchanges bolt a trading engine onto a payments stack and reconcile overnight. AppraX is the other way round: the ledger is the product, and every surface — terminal, wallet, loan book, payout rail — writes to it directly.
Every withdrawal, key mint and rail change is signed with your 6-digit security PIN plus TOTP or a passkey. Session devices are pinned and revocable.
Sumsub-backed verification in under three minutes. Tier 1 trades immediately; Tier 2 raises payout ceilings and opens fiat corridors.
Client assets are held 1:1 in segregated cold storage with monthly Merkle attestation you can verify against your own account leaf.
Mint sandbox or live keys with scoped permissions, subscribe to signed webhooks, and stream the book over WebSocket. The same ledger, over HTTP.
# place a limit order on the Appra gateway
curl -X POST https://api.apprax.com/v1/orders \
-H "X-AppraX-Key: ax_live_8Kd2…" \
-H "X-AppraX-Secret: ••••••••" \
-d '{"symbol":"BTC-USDT","side":"BUY",
"type":"LIMIT","qty":0.1765,"price":68412.5}'
# → 201 { "id": "ord_9Xk…", "status": "OPEN" }Email, a 6-digit PIN, and identity when you’re ready to move real size.