Trading
List trades for an order
Returns all trades that were filled as part of a specific order.
get/orders/{order_id}/trades
Path parameters
order_idstring required
Order identifier.
Response
Order trades returned successfully.
Example response
[
{
"trade_id": "trd-001",
"order_id": "order-001",
"client_order_id": "7ec370f1-c77d-4276-b492-0d8a4ecb8ffd",
"market": "BTCZAR",
"side": "buy",
"price": "1020000.00",
"quantity": "0.10000000",
"total_value": "102000.00",
"fee": "204.00",
"timestamp": 1710000000
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.