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