Crypto FIX session
documentedFIX-based trading session for crypto exchange (documented in FIX specs).
Tradingno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.revolut.com/api/1.0/crypto-exchange/orders" \
-X POST \
-H "X-Revx-API-Key: {{REVOLUT_API_KEY}}" \
-H "X-Revx-Timestamp: {{$timestamp}}" \
-H "X-Revx-Signature: {{$signature}}" \
-H "Content-Type: application/json" \
-d '{"symbol": "{{$symbol}}", "type": "{{$type}}", "side": "{{$side}}", "qty": "{{$qty}}", "client_order_id": "{{$client_order_id}}"}'