Kucoin / kucoin-python-sdk

MIT License
45 stars 15 forks source link

How to find transfers from Main account to Trade account? #45

Closed garagesteve1155 closed 1 month ago

garagesteve1155 commented 2 years ago

It looks like get_deposit_list only pulls actual deposits into the whole account... I would like to gather the data for Transfers to and from Main/Trading accounts. Is this possible?

Thanks!

ISAAC-XXYYZZ commented 1 month ago

The get_deposit_list API is only for retrieving deposit records and is not related to internal account transfers. For more details, refer to the documentation: https://www.kucoin.com/zh-hant/docs/rest/funding/deposit/get-deposit-list

Currently, there is no query interface for internal account transfer records, but you can use the user.get_transferable interface to obtain transferable funds. For more details, refer to the documentation: https://www.kucoin.com/zh-hant/docs/rest/funding/transfer/get-the-transferable