Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wallet Endpoint - Withdraw/Deposit History #32

Open
birth23 opened this issue Jun 2, 2021 · 1 comment
Open

Wallet Endpoint - Withdraw/Deposit History #32

birth23 opened this issue Jun 2, 2021 · 1 comment

Comments

@birth23
Copy link

birth23 commented Jun 2, 2021

I am trying to get withdraw history but /sapi/v1/capital/withdraw/history is not working for me on BinanceUS.
i also tried api/v3/withdrawHistory.html in both cases I get illegal character error: Illegal characters found in parameter 'ip'; legal range is '^[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}$'. any ideas?

@wellsie1116
Copy link

I ran into this issue with the "/sapi/v1/asset/assetDividend" endpoint. This issue gave me the hint I needed to find a workaround.

api.binance.us resolves to both ipv6 and ipv4 addresses, and these endpoints will fail when a client connects over ipv6. Explicitly binding my client to my local ipv4 address, so it will only connect over ipv4, allowed me to query that endpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants