You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm also noting the lack of documentation for the withdrawal and deposit (crypto) for this API.
Trying /sapi/v1/capital/deposit/hisrec for crypto deposit information and /sapi/v1/capital/withdraw/history for crypto withdrawals.
They both seem to ignore timestamps being sent to bracket a timeframe and if over 90 days is specified as the span, the endpoints blow up with bad request errors.
The fiat endpoint /sap1/v1/fiat/orders seems to not even be found any more.
What's going on, Binance?
The text was updated successfully, but these errors were encountered:
@dooferorg Just curious, where did you find these endpoints? Is there some lost documentation I'm not finding, since these don't seem to be in the "official" docs? I'm currently stuck trying to list transactions created with the "Buy" or "One-time purchase" feature, and can't seem to get the API to return those... I've tried everything here but have long suspected there are additional endpoints not in this documentation.
@arcreative I found them while looking through the sourcecode of https://github.com/JKorf/Binance.Net .. There are other issues with that project so I have written my own API client for Binance which works for the most part but I've still not solved this issue with the endpoints above.
I'm also noting the lack of documentation for the withdrawal and deposit (crypto) for this API.
Trying /sapi/v1/capital/deposit/hisrec for crypto deposit information and /sapi/v1/capital/withdraw/history for crypto withdrawals.
They both seem to ignore timestamps being sent to bracket a timeframe and if over 90 days is specified as the span, the endpoints blow up with bad request errors.
The fiat endpoint /sap1/v1/fiat/orders seems to not even be found any more.
What's going on, Binance?
The text was updated successfully, but these errors were encountered: