Kucoin / kucoin-java-sdk

MIT License
86 stars 76 forks source link

deposit multi address #52

Closed pedram1995kzm closed 3 weeks ago

pedram1995kzm commented 2 years ago

hi in this api i can only one address for each coin like BTC so my users in website should have unique deposit address for BTC otherwise how can I check who has deposit? they all have same deposit address!

ManufactoryOfCode commented 2 years ago

I think that each useraccount has different address for each coin which is connected to MAIN account. However you can create subaccounts (there is a maximum number however) and those have their own sets of deposit addresses, but the main useraccount will be in charge of them. Never tried it, but maybe that's what you are looking for.

iamalanal commented 1 month ago

Is the issue solved?

ISAAC-XXYYZZ commented 3 weeks ago

Generally speaking, for a given coin under an account, a specific network corresponds to a single address. Our SDK is consistent with the product in this regard. I believe that if you have developed your own website and are using our address for deposits, the appropriate approach would be to manage your own user addresses, ledger information, and so on, to keep track of users' deposit records. Then, you can consolidate the funds and transfer them to the KuCoin account.