Skip to main content

REST API

Welcome

Welcome to the CDC FCM (Futures Commission Merchant) API reference documentation.

The FCM API provides brokers and partners with REST and WebSocket APIs for market data, account management, and trading. Key capabilities include:

Reference and Market Data

  • Retrieve instrument specifications and trading parameters
  • Access real-time order book, ticker, and trade feed data
  • Query historical candlestick and valuation data

Account Balance and Positions

  • Monitor real-time wallet balances and open positions
  • Track margin requirements and collateral status
  • Review account health and available trading capacity

Trading

  • Place, amend, and cancel orders (limit, market, stop, stop-limit)
  • Query open orders and order history
  • Access trade and settlement history

All API endpoints use POST requests with JSON request/response bodies. Private endpoints require HMAC-SHA256 authentication. See the Common API Reference for details on authentication, request format, digital signatures, and error codes.

Each endpoint is documented with request parameters, response fields, and code samples. Raw HTTP examples with manual signature construction are available in the Common API Reference.