v3
latestOpenAPI 3.0.02026-07-311784111.3 MBWallet
Private
Transfer funds from the main account to a subaccount.
📖 Related Article: Managing Transfers
Scope: wallets:read_write
get/private/submit_transfer_to_subaccount
Query parameters
currency'BTC' | 'ETH' | 'USDC' | 'USDT' | 'EURR' required
Currency, i.e "BTC", "ETH", "USDC"
The currency symbol
amountnumber required
Amount of funds to be transferred
destinationinteger required
Example:1
Id of destination subaccount. Can be found in My Account >> Subaccounts tab
Response
Success response
Example response
{
"result": {
"id": 12,
"created_timestamp": 1536569522277,
"amount": 1,
"other_side": "Smith",
"updated_timestamp": 1536569522277
}
}