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

Cannot create Exchange Account #161

Open
ozum opened this issue Dec 8, 2023 · 0 comments
Open

Cannot create Exchange Account #161

ozum opened this issue Dec 8, 2023 · 0 comments

Comments

@ozum
Copy link

ozum commented Dec 8, 2023

When I tried to create (connect) a new exchange via API:

POST /ver1/accounts/new

{
  type: "binance",
  name: "Development",
  types_to_create: ["binance_futures"],
  api_key: "...",
  secret: "...",
}

I got error: 'API keys are no longer valid or incorrect. If you have just created this key, please wait 30 seconds and try again.'

Notes:

  1. I can connect to 3Commas API and fetch data. So, my connection method is OK.
  2. api_key and secret are correct. I tested them in the 3Commas web app, and they successfully created the account. However same api_key and secret do not create the account via API.

Please advise.

Thanks,

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

1 participant