Get all my trades

I want to get all trades of my binance-account.
With binance-api we can get the trades by the concrete symbol:


The problem is that I need to pass the name of the symbol. But I want to get all my trades by all symbols.

What I tried to do?

  1. Get all symbols traded on Binance.
  2. Go through these array and get the trades by each symbol (send a request to get the trades by this symbol).

But in this case I make a lot of requests, so the Binance bans me.

Welcome to Binance) Nothing you can do about it.

Thanks for sharing this feedback, we’re aware of this request by the community and we keep working on ways to optimize our scalability to support queries that currently requires high weight, like the requested one. For now, you can use “Export Recent Trade History” functionality from the UI for all symbols.

1 Like