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

Error: Invalid API-key, IP, or permissions for action. #656

Open
Dzielinski93 opened this issue Feb 11, 2024 · 2 comments
Open

Error: Invalid API-key, IP, or permissions for action. #656

Dzielinski93 opened this issue Feb 11, 2024 · 2 comments

Comments

@Dzielinski93
Copy link

After putting Api key and secret from https://testnet.binancefuture.com/ I am constantly getting this error "Error: Invalid API-key, IP, or permissions for action.". Anyone can help me with this?

@thucdev
Copy link

thucdev commented Mar 9, 2024

i have the same issuse with future testnet

@tamdc
Copy link

tamdc commented Apr 12, 2024

you can put the testnet endpoint in the init config. For example:

Binance({
  apiKey: process.env.BINANCE_API_KEY,
  apiSecret: process.env.BINANCE_SECRET_KEY,
  httpFutures: 'https://testnet.binancefuture.com',
  wsFutures: 'wss:https://fstream.binancefuture.com',
})

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

3 participants