Trading
Get Trades
Get trade history across all or filtered accounts with complex filtering.
Args: filter_request: JSON payload with filtering criteria
Returns: Paginated response with trade data and pagination metadata
post/trading/trades
Request body
Response
Successful Response
Example response
{
"data": [],
"pagination": {
"has_more": true,
"limit": 100,
"next_cursor": "2024-01-10T12:00:00",
"total_count": 500
}
}