Lux Docs
Cex

Gateway

Multi-protocol trading gateway

FIX 4.4

# Connect via FIX
Host: fix.lux.exchange
Port: 8443
SenderCompID: YOUR_FIRM
TargetCompID: LUXCEX

REST API

curl -X POST https://api.lux.exchange/v1/orders \
  -H 'Authorization: Bearer $TOKEN' \
  -d '{"symbol":"LUX-USD","side":"buy","type":"limit","price":"10.00","qty":"100"}'

WebSocket

const ws = new WebSocket('wss://api.lux.exchange/v1/ws');

On this page