The endpoint transfers the specified amount between main, trade and collateral balances.
The API does not cache the response.
Also, fiat currencies can’t be transferred without KYC verification.
Documentation Index
Fetch the complete documentation index at: https://whitebit-mintlify-fix-broken-links-1774829655.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication using signed requests
Request signature
"{{request}}"
Unique request identifier
"{{nonce}}"
Transfer method.
⚠️ We highly recommend to use from and to fields, which provides more flexibility. This way will be deprecated in future.
Example: deposit to transfer from main to trade / withdraw to transfer from trade balance to main. For collateral balances use collateral-deposit to transfer from main to collateral and collateral-withdraw to transfer from collateral to main
Not required if from and to are set.
deposit, withdraw, collateral-deposit, collateral-withdraw "deposit"
Balance FROM which funds will move to. Acceptable values: main, spot, collateral
Not required if method is set.
main, spot, collateral "main"
Balance TO which funds will move to. Acceptable values: main, spot, collateral
Not required if method is set.
main, spot, collateral "spot"
All validations succeeded and creating transaction is started