Hardware subaccount fund transfer
This endpoint allows transfer of funds between main hardware accounts and subaccounts
Last updated
This endpoint allows transfer of funds between main hardware accounts and subaccounts
Last updated
Please refer to our for a comprehensive guide on hardware fund transfer
"account"
string
required
Sender hardware account address
42trU9A5...
"signature"
string
required
Contains data of main (hardware) account signature
See below
"type"
string
required
Specifies that this is a Hardware signature
"hardware"
"value"
string
required
Main hardware account signature
"2V4Y7Mpk..."
"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)
420.69
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