Search orders
curl --request POST \
--url https://api.prod.polymarketexchange.com/v1/report/orders/search \
--header 'Content-Type: application/json' \
--data '
{
"pageSize": 123,
"pageToken": "<string>",
"orderId": "<string>",
"clordId": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"symbol": "<string>",
"accounts": [
"<string>"
],
"crossId": "<string>",
"hostCrossId": "<string>",
"clientAccountId": "<string>",
"clientParticipantId": "<string>",
"parentOrderId": "<string>",
"startTransactTradeDate": {
"year": 123,
"month": 123,
"day": 123
},
"endTransactTradeDate": {
"year": 123,
"month": 123,
"day": 123
},
"withLastExecution": true
}
'{
"order": [
{
"id": "<string>",
"orderQty": "<string>",
"symbol": "<string>",
"clordId": "<string>",
"account": "<string>",
"cumQty": "<string>",
"avgPx": "<string>",
"leavesQty": "<string>",
"participant": "<string>",
"price": "<string>",
"insertTime": "2023-11-07T05:31:56Z",
"stopPrice": "<string>",
"minQty": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"allOrNone": true,
"crossId": "<string>",
"hostCrossId": "<string>",
"submittingParticipant": "<string>",
"clientAccountId": "<string>",
"clientParticipantId": "<string>",
"parentOrderId": "<string>",
"commissionsBasisPoints": "<string>",
"participateDontInitiate": true,
"cashOrderQty": "<string>",
"strictLimit": true,
"goodTillTime": "2023-11-07T05:31:56Z",
"bestLimit": true,
"immediatelyExecutableLimit": true,
"lastTradeId": "<string>",
"commissionNotionalTotalCollected": "<string>",
"ignorePriceValidityChecks": true,
"lastTransactTime": "2023-11-07T05:31:56Z",
"makerCommissionsBasisPoints": "<string>",
"fractionalQuantityScale": "<string>",
"priceToQuantityFilled": {}
}
],
"nextPageToken": "<string>",
"lastExecutions": [
{
"id": "<string>",
"order": {
"id": "<string>",
"orderQty": "<string>",
"symbol": "<string>",
"clordId": "<string>",
"account": "<string>",
"cumQty": "<string>",
"avgPx": "<string>",
"leavesQty": "<string>",
"participant": "<string>",
"price": "<string>",
"insertTime": "2023-11-07T05:31:56Z",
"stopPrice": "<string>",
"minQty": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"allOrNone": true,
"crossId": "<string>",
"hostCrossId": "<string>",
"submittingParticipant": "<string>",
"clientAccountId": "<string>",
"clientParticipantId": "<string>",
"parentOrderId": "<string>",
"commissionsBasisPoints": "<string>",
"participateDontInitiate": true,
"cashOrderQty": "<string>",
"strictLimit": true,
"goodTillTime": "2023-11-07T05:31:56Z",
"bestLimit": true,
"immediatelyExecutableLimit": true,
"lastTradeId": "<string>",
"commissionNotionalTotalCollected": "<string>",
"ignorePriceValidityChecks": true,
"lastTransactTime": "2023-11-07T05:31:56Z",
"makerCommissionsBasisPoints": "<string>",
"fractionalQuantityScale": "<string>",
"priceToQuantityFilled": {}
},
"lastShares": "<string>",
"lastPx": "<string>",
"text": "<string>",
"transactTime": "2023-11-07T05:31:56Z",
"legPrices": [
{
"symbol": "<string>",
"anchor": true,
"px": "<string>",
"qty": "<string>",
"side": "<string>",
"referencePx": "<string>"
}
],
"tradeId": "<string>",
"aggressor": true,
"commissionNotionalCollected": "<string>",
"traceId": "<string>",
"commissionSpreadPx": "<string>",
"transactTradeDate": {
"year": 123,
"month": 123,
"day": 123
}
}
]
}Searches for exchange orders using the given details to filter
POST
/
v1
/
report
/
orders
/
search
Search orders
curl --request POST \
--url https://api.prod.polymarketexchange.com/v1/report/orders/search \
--header 'Content-Type: application/json' \
--data '
{
"pageSize": 123,
"pageToken": "<string>",
"orderId": "<string>",
"clordId": "<string>",
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"symbol": "<string>",
"accounts": [
"<string>"
],
"crossId": "<string>",
"hostCrossId": "<string>",
"clientAccountId": "<string>",
"clientParticipantId": "<string>",
"parentOrderId": "<string>",
"startTransactTradeDate": {
"year": 123,
"month": 123,
"day": 123
},
"endTransactTradeDate": {
"year": 123,
"month": 123,
"day": 123
},
"withLastExecution": true
}
'{
"order": [
{
"id": "<string>",
"orderQty": "<string>",
"symbol": "<string>",
"clordId": "<string>",
"account": "<string>",
"cumQty": "<string>",
"avgPx": "<string>",
"leavesQty": "<string>",
"participant": "<string>",
"price": "<string>",
"insertTime": "2023-11-07T05:31:56Z",
"stopPrice": "<string>",
"minQty": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"allOrNone": true,
"crossId": "<string>",
"hostCrossId": "<string>",
"submittingParticipant": "<string>",
"clientAccountId": "<string>",
"clientParticipantId": "<string>",
"parentOrderId": "<string>",
"commissionsBasisPoints": "<string>",
"participateDontInitiate": true,
"cashOrderQty": "<string>",
"strictLimit": true,
"goodTillTime": "2023-11-07T05:31:56Z",
"bestLimit": true,
"immediatelyExecutableLimit": true,
"lastTradeId": "<string>",
"commissionNotionalTotalCollected": "<string>",
"ignorePriceValidityChecks": true,
"lastTransactTime": "2023-11-07T05:31:56Z",
"makerCommissionsBasisPoints": "<string>",
"fractionalQuantityScale": "<string>",
"priceToQuantityFilled": {}
}
],
"nextPageToken": "<string>",
"lastExecutions": [
{
"id": "<string>",
"order": {
"id": "<string>",
"orderQty": "<string>",
"symbol": "<string>",
"clordId": "<string>",
"account": "<string>",
"cumQty": "<string>",
"avgPx": "<string>",
"leavesQty": "<string>",
"participant": "<string>",
"price": "<string>",
"insertTime": "2023-11-07T05:31:56Z",
"stopPrice": "<string>",
"minQty": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"allOrNone": true,
"crossId": "<string>",
"hostCrossId": "<string>",
"submittingParticipant": "<string>",
"clientAccountId": "<string>",
"clientParticipantId": "<string>",
"parentOrderId": "<string>",
"commissionsBasisPoints": "<string>",
"participateDontInitiate": true,
"cashOrderQty": "<string>",
"strictLimit": true,
"goodTillTime": "2023-11-07T05:31:56Z",
"bestLimit": true,
"immediatelyExecutableLimit": true,
"lastTradeId": "<string>",
"commissionNotionalTotalCollected": "<string>",
"ignorePriceValidityChecks": true,
"lastTransactTime": "2023-11-07T05:31:56Z",
"makerCommissionsBasisPoints": "<string>",
"fractionalQuantityScale": "<string>",
"priceToQuantityFilled": {}
},
"lastShares": "<string>",
"lastPx": "<string>",
"text": "<string>",
"transactTime": "2023-11-07T05:31:56Z",
"legPrices": [
{
"symbol": "<string>",
"anchor": true,
"px": "<string>",
"qty": "<string>",
"side": "<string>",
"referencePx": "<string>"
}
],
"tradeId": "<string>",
"aggressor": true,
"commissionNotionalCollected": "<string>",
"traceId": "<string>",
"commissionSpreadPx": "<string>",
"transactTradeDate": {
"year": 123,
"month": 123,
"day": 123
}
}
]
}Body
application/json
Side indicates the side of an Order.
Available options:
SIDE_BUY, SIDE_SELL OrderType indicates the type of an order.
Available options:
ORDER_TYPE_MARKET_TO_LIMIT, ORDER_TYPE_LIMIT, ORDER_TYPE_STOP, ORDER_TYPE_STOP_LIMIT OrderStateFilter describes a filter for searching orders that are open or closed.
Available options:
ORDER_STATE_FILTER_OPEN, ORDER_STATE_FILTER_CLOSED, ORDER_STATE_FILTER_NEW, ORDER_STATE_FILTER_PARTIALLY_FILLED, ORDER_STATE_FILTER_FILLED, ORDER_STATE_FILTER_CANCELED, ORDER_STATE_FILTER_REPLACED, ORDER_STATE_FILTER_REJECTED, ORDER_STATE_FILTER_EXPIRED, ORDER_STATE_FILTER_PENDING_RISK Date represents a calendar date.
Show child attributes
Show child attributes
Date represents a calendar date.
Show child attributes
Show child attributes
⌘I