Hi,
Created a new account on binance testnet futures.
when i run this code i’ll get an error.
from binance.cm_futures import CMFutures
cm_futures_client = CMFutures(key=“XXXXXXXXX”, secret=‘XXXXXXXXX’,
base_url=“https://testnet.binancefuture.com”)
print(cm_futures_client.account())
Error :
401, -2015, ‘Invalid API-key, IP, or permissions for action, request ip: 34.82.68.24’,
On my main account this works fine.
Are there any problems with new testnet futures accounts ?
Older testnet account from a friend works fine.
ty.