We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BinanceZH is now returning a 403 response.
Example: https://www.binancezh.com/gateway-api/v1/public/cms/article/list/query?type=1&pageNo=1&pageSize=6
To tackle this, I switched to: https://www.binance.com/gateway-api/v1/public/cms/article/list/query?type=1&pageNo=1&pageSize=6
Which quickly returns a 429 (too many requests) response after a few hits, despite using proxies, user agent rotator, etc.
Does anybody know how to tackle this?
The text was updated successfully, but these errors were encountered:
This is a duplicate, see issue #137. There is currently no way to fix this, other than trying to reduce the request interval.
Sorry, something went wrong.
No branches or pull requests
BinanceZH is now returning a 403 response.
Example: https://www.binancezh.com/gateway-api/v1/public/cms/article/list/query?type=1&pageNo=1&pageSize=6
To tackle this, I switched to: https://www.binance.com/gateway-api/v1/public/cms/article/list/query?type=1&pageNo=1&pageSize=6
Which quickly returns a 429 (too many requests) response after a few hits, despite using proxies, user agent rotator, etc.
Does anybody know how to tackle this?
The text was updated successfully, but these errors were encountered: