Transaction API Endpoint

Hi Team,

We need help with Transaction API endpoint to pull all the transactions on the account. Please advise.

Thanks,
G. Balaji Reddy

Hey,
Have you considered using the GET /api/v3/allOrders endpoint? You can find more information about it in the Binance API documentation: Binance API Documentation

Hi Team,

Thank you for sharing the endpoint. I do see that we need to send each symbol while calling endpoint to get transactions, in that case the number of calls would surge. So wanted to check is this right approach to get the list of transactions.

Thanks and Regards,
G.Balaji Reddy

Yes, you unfortunately need to make separate requests for each symbol. Alternatively, you can use the following endpoint, but you’ll still need to specify the symbol: Binance API Documentation