bitvavo / python-bitvavo-api

Python wrapper for the Bitvavo API
https://pypi.org/project/python-bitvavo-api/
ISC License
38 stars 25 forks source link

The pair keys/Ip are not functioning #7

Closed ilnegro closed 3 years ago

ilnegro commented 3 years ago

I set API keys and put my ip address but, when I use them I get this error: {'errorCode': 307, 'error': 'This key does not allow access from this IP.'}

joeri-vv commented 3 years ago

The error specifies exactly what is going wrong here, Your API key does not allow access from your IP address. This is because you applied IP whitelisting when you created your API key, but apparently are using a different IP to request from.