How to get the details of transfer_out and transfer_in as seen in the transaction CSV from Binance API?

I have noticed that there are records with Operation as transfer_in and transfer_out in the CSV export from Binance API.
How to get the values of such transactions from the API. It is not the same as withdraw and deposit.

Hi @vipin_kp, can you give more details on where was the CSV file generated? To understand what kind of transactions it contains and see if there’s an endpoint related to those transaction at Binance API Documentation

Hi @aisling , the CSV is retrieved from Binance Portal. I could’nt find any example of transfer_in and transfer_out in the API Documentation.