REST, WebSocket and FIX connectivity — market data, order management and account info, with sub-12ms execution.
Pick the transport that fits your stack — from a single HTTPS call to a persistent FIX session.
REST
Account, orders and history over a clean, versioned HTTPS interface.
WebSocket
Streaming quotes and fills with millisecond latency, persistent and reconnecting.
FIX 4.4
Institutional-grade order routing over the FIX 4.4 protocol.
Authenticate, send a JSON order, get an order id back. No SDK required.
POST /v1/orders $ curl -X POST https://api.orraxis.com/v1/orders \ -H "Authorization: Bearer $ORRAXIS_KEY" \ -H "Content-Type: application/json" \ -d '{ "symbol": "BTC-USD", "side": "buy", "type": "market", "qty": 0.5 }' 200 OK { "id": "ord_7Qk2X9", "status": "filled", "filled_qty": 0.5, "avg_price": 64210.50 }
Built for traders who measure success in milliseconds.
Co-located matching keeps order round-trips under twelve milliseconds.
Redundant gateways and failover across regions keep you connected.
Headroom for high-frequency strategies without throttling surprises.
A full paper-trading sandbox mirrors production for safe testing.
Latency
<12ms
Uptime
99.99%
Minutes to open. Seconds to fund. Institutional pricing from your first position.
Trading foreign exchange and CFDs carries a high level of risk and may not be suitable for all investors. You could lose more than your initial deposit.