Skip to main content

Futures Reference

The Futures REST API. Each endpoint has its own page with request parameters, code samples in Python, Java, Go, and Node.js, response shape, and field-level documentation.

Just want to start trading?

Skip ahead to the Futures Client recipe — a single-file client (Python / Java / Go / Node.js) with every endpoint below already wrapped as a method. Drop it in, set your keys, call cf.place_order(...).

Trading

Position management

Account

Instrument metadata

Public market data

Background

If you haven't already, read Order Lifecycle, Position Lifecycle, and Margin & Leverage, then grab the Reference Client.