This module contains endpoints for transferring cryptocurrencies and fiat currencies between accounts.Direct user-to-user transfers are not supported. Every transfer involves the partner balance between partner and user accounts.
Core Endpoints#
Create a Transfer
Initiate a transfer between the partner and a user (partner -> user or user -> partner).Get Transfer Details
Retrieve the complete details and current status of a specific transfer.Typical Workflow#
1.
Provide destinationExternalUserId -> funds move from partner to user.
Provide sourceExternalUserId -> funds move from user to partner.
Direct user-to-user transfers are not supported.
2.
The request returns a transferId.
Important Notes#
Partner Always Involved: One side of every transfer is always the partner treasury.
Directional Routing: The transfer direction depends on whether sourceExternalUserId or destinationExternalUserId is provided.
No User-to-User Transfers: Internal transfers cannot be used to move funds directly between two different users.