Spot Order -> Trade History Endpoint

Hi, I’m trying to get data from Spot Trade History.
It’s the data as in Orders → Spot Order → Trade History view on the UI.
Which endpoint is going to fetch this data, perfectly without specifying a symbol?
I checked already the documentation but I cannot find any endpoint getting the data.

Hey,
To retrieve your Spot Trade History, the recommended approach is to use the following endpoint: Binance API Documentation
However, the symbol parameter is mandatory when using this endpoint.

To be honest, this endpoint is useless when you want to get all spot transaction history and ui is not doing it that way. Firstly, symbol is required, so I can get only one at the time, secondly it has 24h time range so taking one year history would take forever.