Trade
Get Trade History
Query users' execution records, sorted by execTime in descending order.
get/api/v1/execution/list
Query parameters
sub_account_addressstring required
symbolstring
Example:BTCUSDC
order_idstring uuid
order_link_idstring
start_timestring date-time nullable
end_timestring date-time nullable
limitinteger nullable
cursorstring nullable
Response
Trade history
Example response
{
"list": [
{
"exec_time": "1672531200000",
"symbol": "BTCUSDC"
}
]
}