Create Transfer
POST
https://api.sfox.com/v1
/account/transfer
Transfer funds between your account's trading and collateral wallets.
Hedge long positions: Transfer funds to your collateral wallet so you can open a short position on the same currency in your trading wallet.
Transfers from your collateral wallet to your trading wallet will automatically settle unsettled positions, if applicable, first. The remainder, if any, will be applied to your trading wallet.
Body Parameters
Name | Type | Description |
---|---|---|
| String | Currency to be transferred |
| String | Quantity to be transferred |
| String | Wallet being transferred from. Possible values:
|
| String | Wallet being transferred to. Possible values:
|
Response Body
Key | Description |
---|---|
| sFOX generated ID of the transaction debiting the source wallet of the transfer |
| sFOX generated ID of the transaction crediting the destination wallet of the transfer |
| Currency that was transferred |
| Quantity of the currency that was transferred |
| Name of the source wallet ( |
| Name of the destination wallet ( |
Responses
Example Requests
Last updated