curl https://api.pmx.trade/v2/clob/orders/b2c3d4e5-...
{
"order": {
"id": "b2c3d4e5-...",
"marketId": "550e8400-...",
"ownerPubkey": "7xKXabc123...",
"side": "buy",
"outcome": "yes",
"priceBps": 5500,
"originalQuantity": "50000000",
"remainingQuantity": "20000000",
"committedAmount": "11000000",
"status": "partially_filled",
"orderType": "limit",
"timeInForce": "gtc",
"createdAt": "2025-01-15T12:00:00.000Z",
"updatedAt": "2025-01-15T12:05:00.000Z"
}
}
Get details for a specific order.
curl https://api.pmx.trade/v2/clob/orders/b2c3d4e5-...
{
"order": {
"id": "b2c3d4e5-...",
"marketId": "550e8400-...",
"ownerPubkey": "7xKXabc123...",
"side": "buy",
"outcome": "yes",
"priceBps": 5500,
"originalQuantity": "50000000",
"remainingQuantity": "20000000",
"committedAmount": "11000000",
"status": "partially_filled",
"orderType": "limit",
"timeInForce": "gtc",
"createdAt": "2025-01-15T12:00:00.000Z",
"updatedAt": "2025-01-15T12:05:00.000Z"
}
}
Show Order details
buy or sell.yes or no.limit or market.gtc, ioc, or fok.curl https://api.pmx.trade/v2/clob/orders/b2c3d4e5-...
{
"order": {
"id": "b2c3d4e5-...",
"marketId": "550e8400-...",
"ownerPubkey": "7xKXabc123...",
"side": "buy",
"outcome": "yes",
"priceBps": 5500,
"originalQuantity": "50000000",
"remainingQuantity": "20000000",
"committedAmount": "11000000",
"status": "partially_filled",
"orderType": "limit",
"timeInForce": "gtc",
"createdAt": "2025-01-15T12:00:00.000Z",
"updatedAt": "2025-01-15T12:05:00.000Z"
}
}