Hi,
We have a DEV env and a PRODUCTION env (different keys/secrets).
On DEV;
response = requests.get( “https://www.binance.com/fapi/v1/premiumIndex”)
This works perfectly.
On PROD (different keys/secret) it fails with;
Error 403 Forbidden - This request is blocked.
For security reasons you can’t connect to the server for this app or website at this time.
It maybe that you have too many requests or the illegal request payload is identified as an attack.
Please try again later.
Doesnt make sense to me as the 2 environments are using different keys/secret (though both use the same account).
Any ideas?
Thanks