{
"status": "ok",
"response": {
"type": "order",
"data": {
"statuses": [
{ "resting": { "oid": "0x1a2b3c..." } },
{ "filled": { "oid": "0x4d5e6f...", "totalSz": "0.1", "avgPx": "50000.0" } },
{
"filled": { "oid": "0x7a8b9c...", "totalSz": "0.05", "avgPx": "50010.0" },
"resting": { "oid": "0x7a8b9c..." }
},
{ "pending": { "cloid": "0xabcdef..." } },
{ "prefunding": { "cloid": "0x1111...", "reason": "protocol_spot_prefund" } },
{ "pendingTrigger": { "cloid": "0x2222..." } },
{ "pendingParentFill": { "cloid": "0x3333..." } }
]
}
},
"metadata": {
"results": [
{ "orderId": "0x1a2b3c...", "status": "accepted", "venueOid": 12345 },
{
"orderId": "0x4d5e6f...",
"status": "filled",
"venueOid": 12346,
"totalSz": "0.1",
"avgPx": "50000.0"
},
{
"orderId": "0x7a8b9c...",
"status": "partialFill",
"venueOid": 12347,
"totalSz": "0.05",
"avgPx": "50010.0"
},
{ "orderId": "0xabcdef...", "status": "pending" },
{ "orderId": "0x1111...", "status": "prefunding" },
{ "orderId": "0x2222...", "status": "pendingTrigger" },
{ "orderId": "0x3333...", "status": "pendingParentFill" }
]
}
}