Transaction History

Hi Team,

I am trying to fetch my account transaction history(buy, sell, deposits, withdrawals) through API. Could you please assist me with the right api that needs to be used.

Also wanted to check on the enterprise plans for the API calls.

Thanks in advance.

Regards,
Madhan

You can look into the following endpoints:

https://binance-docs.github.io/apidocs/spot/en/#account-trade-list-user_data
https://binance-docs.github.io/apidocs/spot/en/#deposit-history-supporting-network-user_data
https://binance-docs.github.io/apidocs/spot/en/#withdraw-history-supporting-network-user_data

Thank you for your response.
Are these end points specific to binance.com?
We are asking this because when we tried them with binance.us we are getting HTTP 404.

Sample are as below:

Request
https://api.binance.us/sapi/v1/convert/tradeFlow?timestamp=1681594144399&recvWindow=60000&startTime=1681531200000&endTime=1681594144399&signature=***************

Response:
{
“timestamp”: 1681594346157,
“status”: 404,
“error”: “Not Found”,
“message”: “No message available”,
“path”: “/sapi/v1/convert/tradeFlow”
}

Yes, those endpoints are only for binance.com.
binance.us follows another API documentation: Binance.US API Documentation
binance.us has different products, which who don’t have knowledge of because this forum is directed to binance.com.