Trading
List trade history
Returns the authenticated user's trade history.
get/trades
Query parameters
marketstring
Filter by market symbol.
limitinteger
Number of records to return.
pageinteger
Page number to return.
start_timeinteger
Unix timestamp lower bound.
end_timeinteger
Unix timestamp upper bound.
Response
Trade history 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.