Kucoin / kucoin-php-sdk

PHP SDK for KuCoin API.
https://docs.kucoin.com
MIT License
79 stars 41 forks source link

multiple deposits #115

Closed pedram1995kzm closed 3 months ago

pedram1995kzm commented 3 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!

codewc commented 3 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!

In this case, you can distinguish by remark

pedram1995kzm commented 2 years ago

tnx for response I have a question suppose some one wants to sent usdt from her tronlinkpro to her kucoin wallet how can she set rermark Tronlinkpro doesn't have this remark field in withdrawal form

ISAAC-XXYYZZ commented 3 months 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 should consolidate the funds and transfer them to the KuCoin account Besides that,, you can create multiple sub-accounts, with each account having a different address.