Skip to content

feat(kucoin): transfer() updated for new universal endpoint#27591

Merged
carlosmiei merged 5 commits intoccxt:masterfrom
yzh-pelle:kucoin-transfer-update
Jan 6, 2026
Merged

feat(kucoin): transfer() updated for new universal endpoint#27591
carlosmiei merged 5 commits intoccxt:masterfrom
yzh-pelle:kucoin-transfer-update

Conversation

@yzh-pelle
Copy link
Contributor

No description provided.

@yzh-pelle yzh-pelle self-assigned this Dec 27, 2025
@yzh-pelle yzh-pelle marked this pull request as ready for review December 27, 2025 13:11
let transferType = 'INTERNAL';
[ transferType, params ] = this.handleParamString2 (params, 'transferType', 'type', transferType);
if (transferType === 'PARENT_TO_SUB') {
if (!('toUserId' in params)) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yzh-pelle If user provides this transfer type, why not use the fromAccount/toaccount as the user ids?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fromAccount and toAccount are still required for that types too

@carlosmiei carlosmiei merged commit 7d42c6b into ccxt:master Jan 6, 2026
11 checks passed
@yzh-pelle yzh-pelle deleted the kucoin-transfer-update branch January 12, 2026 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants