Skip to main content
GET
Get fills for a trading day

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 today.

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

Filter to specific accounts: one account UUID or a comma-separated list (max 100). Every ID must belong to your organization.

symbol
string

Filter by symbol (e.g., ES, NQ, CL)

limit
integer
default:500

Max rows returned

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

Pagination offset

Required range: x >= 0
cursor
string

Cursor for pagination. Pass the nextCursor value from the previous response to get the next page. When using cursor, do not send offset — it will be ignored.

How it works: The cursor is an opaque string that points to the last item you received. The server uses it to efficiently fetch the next set of results without scanning previous pages.

Backwards compatible: If you don't send a cursor, offset/limit pagination works as before.

Response

Fills retrieved

success
boolean
Example:

true

data
object
Example: