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

DEPOSIT ADDRESS NOT USED #110

Open
pedram1995kzm opened this issue Nov 3, 2021 · 1 comment
Open

DEPOSIT ADDRESS NOT USED #110

pedram1995kzm opened this issue Nov 3, 2021 · 1 comment

Comments

@pedram1995kzm
Copy link

pedram1995kzm commented Nov 3, 2021

hi
i'm trying to generate deposit address for each account of my website users
I mean imagine there is 2 users in my website and one of them wants to deposit BTC
so when he clicks on generate address
code runs :
PUT /balance/deposit/address/BTC
but he hasn't used this address yet
suddenly next user wants to deposit BTC too and then code runs again:
PUT /balance/deposit/address/BTC
but it says
{
code: 318,
data: { },
message: "Deposit address not used."
}

any solution?
if there is no solution for this issue, how can i make an exchange with this api?
any idea?
I really don't know what i should I do :( help me

@pedram1995kzm
Copy link
Author

??

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