get all my trades by orderId without setting a limit

The endpoint GET /api/v3/myTrades has the parameter orderID. How do I get all my trades from a specific orderId without setting the parameter limit? Is this possible? Currently, limit is restricted to at most 1000 trades.

The parameter limit cannot be passed to /api/v3/myTrades when the orderId parameter is set.

@tantialex Does this mean that I already get all the trades from the order if I make the request with the orderId?

Correct. With a limit of 1000 trades.

It is very unlikely an order will include more than 1000 trades.

If you encounter an order with more than 1000 trades, please raise the issue again in this thread.

1 Like