List Orders
List active and historical orders
Query parameters
Filter by order side (buy or sell)
Filter by instance type
Minimum price in cents
Maximum price in cents
An ISO 8601 datetime string
Minimum start date
An ISO 8601 datetime string
Maximum start date
Unix timestamp.
Minimum duration in seconds
Unix timestamp.
Maximum duration in seconds
Minimum quantity
Maximum quantity
Filter by contract ID
Show only open orders
Exclude filled orders
Show only filled orders
An ISO 8601 datetime string
Minimum filled at date
An ISO 8601 datetime string
Maximum filled at date
Minimum fill price in cents
Maximum fill price in cents
Exclude cancelled orders
Show only cancelled orders
An ISO 8601 datetime string
Minimum cancelled at date
An ISO 8601 datetime string
Maximum cancelled at date
An ISO 8601 datetime string
Minimum placed at date
An ISO 8601 datetime string
Maximum placed at date
Maximum number of results to return (default: 100, max: 100)
Number of results to skip
Sort field for listing orders
Sort field
Sort direction for listing orders
Sort direction
Response
List of orders
Example response
{
"object": "list",
"data": [
{
"object": "order",
"id": "ordr_k3R-nX9vLm7Qp2Yw5Jd8F",
"instance_type": "h100i",
"quantity": 4,
"start_at": "2025-07-11T20:41:37.423Z",
"end_at": "2025-07-11T20:41:37.423Z",
"price": 2850000,
"executed_at": "2025-07-11T20:41:37.423Z",
"cancelled_at": "2025-07-11T20:41:37.423Z",
"colocate_with": [
"cont_k3R-nX9vLm7Qp2Yw5Jd8F"
],
"created_at": "2025-07-11T20:41:37.423Z",
"cluster": "richmond",
"duration": 1738972800
}
]
}Changes
Changed in 3 of the 44 revisions of this API.1317
- ▲
removed the required property
detailsfrom the response with the400statusresponse-required-property-removed
- ▲
removed the required property
detailsfrom the response with the401statusresponse-required-property-removed
- ▲
removed the required property
detailsfrom the response with the403statusresponse-required-property-removed
- ▲
removed the required property
detailsfrom the response with the500statusresponse-required-property-removed
- ▲
removed the required property
messagefrom the response with the400statusresponse-required-property-removed
- ▲
removed the required property
messagefrom the response with the401statusresponse-required-property-removed
- ▲
removed the required property
messagefrom the response with the403statusresponse-required-property-removed
- ▲
removed the required property
messagefrom the response with the500statusresponse-required-property-removed
- ▲
removed the required property
typefrom the response with the400statusresponse-required-property-removed
- ▲
removed the required property
typefrom the response with the401statusresponse-required-property-removed
- ▲
removed the required property
typefrom the response with the403statusresponse-required-property-removed
- ▲
removed the required property
typefrom the response with the500statusresponse-required-property-removed
- ○
added the required property
errorto the response with the400statusresponse-required-property-added
- ○
added the required property
errorto the response with the401statusresponse-required-property-added
- ○
added the required property
errorto the response with the403statusresponse-required-property-added
- ○
added the required property
errorto the response with the500statusresponse-required-property-added
This revision also has 20 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
changed the pattern of the
queryrequest parametercontract_idfrom"cont"_[0-9a-zA-Z]+tocont_[0-9a-zA-Z_-]{1,21}request-parameter-pattern-changed
- ○
the
data/items/colocate_with/items/response's property pattern was changed from"cont"_[0-9a-zA-Z]+tocont_[0-9a-zA-Z_-]{1,21}for the status200response-property-pattern-changed
- ○
the
data/items/idresponse's property pattern was changed from"ordr"_[0-9a-zA-Z]+toordr_[0-9a-zA-Z_-]{1,21}for the status200response-property-pattern-changed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
added
market-api_ZoneNameto thedata/items/clusterresponse propertyoneOflist for the response status200response-property-one-of-added
- ○
removed
market-api_ClusterNamefrom thedata/items/clusterresponse propertyoneOflist for the response status200response-property-one-of-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲