Get order statuses in batch
Fetches historical order statuses for multiple orders by internal order IDs and/or client-provided order IDs. Returns execution details, settlement status, and maker match data for each order.
Request body
Example request
{
"items": [
{
"orderId": "4aa706dd-6c57-4f3c-945a-99818dfd95f1",
"clientOrderId": "client-order-001"
}
]
}Response
Batch order statuses
Example response
{
"results": [
{
"status": "found",
"error": "Exactly one of orderId or clientOrderId is required",
"data": {
"order": {
"order": {
"salt": "1778155025318314496",
"maker": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
"signer": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
"taker": "0x0000000000000000000000000000000000000000",
"tokenId": "19633204485790857949828516737993423758628930235371629943999544859324645414627",
"makerAmount": "5000000",
"takerAmount": "10000000",
"expiration": "0",
"signatureType": 2,
"nonce": "0",
"orderType": "GTC",
"price": "0.75",
"ownerId": 12345,
"market": {
"id": 7348,
"slug": "btc-up-or-down-1-hour",
"title": "BTC Up or Down - Hourly"
}
},
"execution": {
"matched": true,
"settlementStatus": "MINED",
"reason": "STP_TAKER_REJECTED",
"eligibleAt": "2026-06-08T10:15:30.000Z",
"tradeEventId": "4aa706dd-6c57-4f3c-945a-99818dfd95f1",
"txHash": "0xabc123",
"clientOrderId": "client-order-001",
"stpMakerCancels": [
"4aa706dd-6c57-4f3c-945a-99818dfd95f1"
],
"feeRateBps": 25,
"effectiveFeeBps": 26,
"totalsRaw": {
"contractsGross": "1000000",
"contractsFee": "1000",
"contractsNet": "999000",
"usdGross": "500000",
"usdFee": "500",
"usdNet": "499500"
}
}
}
}
}
]
}Changes
Changed in 10 of the 32 revisions of this API.5435
- ○
the endpoint scheme security
HmacAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
ApiKeyAuthwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
CANCELEDenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
CANCELEDenum value to the/////response property for the response statusresponse-property-enum-value-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ●
- ▲
the
/////response's property format changed fromdate-timeto no format for statusresponse-property-type-changed
- ▲
- ●
added the new
DELAYEDenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
DELAYEDenum value to the/////response property for the response statusresponse-property-enum-value-added
- ○
added the optional property
////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ●
- ▲
the
////response's property type changed from no type toobjectfor statusresponse-property-type-changed
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
removed from the
////response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ▲
- ▲
response property
results/items/data/order/order/allOf[Order]/saltlist-of-types was widened by adding typesstringto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
- ○
the endpoint scheme security
ApiKeyAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
bearerwas removed from the APIapi-security-removed
- ○
- ▲
the response property
/////////became optional for the statusresponse-property-became-optional
- ▲
the response property
/////////became optional for the statusresponse-property-became-optional
- ○
added the required property
////to the response with the statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the endpoint scheme security
bearerwas added to the APIapi-security-added
- ○
the endpoint scheme security
limitless_sessionwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○