Skip to main content
GET
Reconcile a trading day in one call

Authorizations

Authorization
string
header
required

JWT Bearer token for user session auth. Format: "Bearer {token}". Used by User and Organization endpoints.

Query Parameters

tradingDay
string

CME trading day (YYYY-MM-DD). Defaults to the latest COMPLETED trading day — the natural reconciliation target.

Pattern: ^\d{4}-\d{2}-\d{2}$
accountId
string

Scope to specific accounts: one account UUID or a comma-separated list (max 100). IDs outside your organization return 404 ACCOUNT_NOT_FOUND.

includeFills
boolean
default:true

Include every fill of the day per account (default true). Set false for a lighter balances-only response.

limit
integer
default:50

Accounts per page (default: 50, max: 100)

Required range: 1 <= x <= 100
offset
integer
default:0

Pagination offset

Required range: x >= 0

Response

Reconciliation data retrieved

success
boolean
Example:

true

data
object
Example: