Subaccount fund transfer
This endpoint allows transfer of funds between main and subaccounts
Last updated
This endpoint allows transfer of funds between main and subaccounts
Last updated
Please refer to our for a comprehensive guide on subaccount fund transfer via API
"account"
string
required
Sender account address
42trU9A5...
"signature"
string
required
Sender account signature
5j1Vy9Uq...
"timestamp"
integer
required
Current timestamp in milliseconds
1716200000000
"expiry_window"
integer
optional
Signature expiry in milliseconds
30000
"to_account"
string
required
Recipient wallet address
69trU9A5...
"amount"
decimal string
required
Transfer amount (in USDC)
4k2Wx8Zq...
Status 200: Subaccount created successfully
Status 400: Bad request
Status 500: Internal server error
Please refer to our for a comprehensive guide on subaccount creation via API