Add parameter "orderId" to "GET /api/v3/myTrades"

Please add the parameter orderId to

GET /api/v3/myTrades

If orderId is set, it should return only myTrades having the defined orderId.

Benefits:

  • requests my trades by orderId
  • reduce resources (Currently, if someone is only interested in trades from a specific orderId, all myTrades must be fetched)

thanks for your feedback, this is in plan.