Skip to main content
GET
Get FCM Orders

Authorizations

KALSHI-ACCESS-KEY
string
header
required

Your API key ID

KALSHI-ACCESS-SIGNATURE
string
header
required

RSA-PSS signature of the request

KALSHI-ACCESS-TIMESTAMP
string
header
required

Request timestamp in milliseconds

Query Parameters

subtrader_id
string

Restricts the response to orders for a specific subtrader (FCM members only). Required unless client_order_ids is supplied.

client_order_ids
string

Client order IDs to filter by, as a comma-separated list (maximum 100). Only orders created within the last 24 hours are searched, and a min_ts earlier than that is raised to 24 hours ago. Client order IDs are only unique within a subtrader among live and recent orders, so a single ID can match orders across subtraders or across time. Required unless subtrader_id is supplied.

cursor
string

Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.

event_ticker
string

Event ticker to filter by. Only a single event ticker is supported.

ticker
string

Filter by market ticker

min_ts
integer<int64>

Restricts the response to orders after a timestamp, formatted as a Unix Timestamp

max_ts
integer<int64>

Restricts the response to orders before a timestamp, formatted as a Unix Timestamp

status
enum<string>

Restricts the response to orders that have a certain status

Available options:
resting,
canceled,
executed
limit
integer

Parameter to specify the number of results per page. Defaults to 100

Required range: 1 <= x <= 1000

Response

Orders retrieved successfully

orders
object[]
required
cursor
string
required