Subaccount fund transfer
This endpoint allows transfer of funds between main and subaccounts
POST /api/v1/account/subaccount/transferRequest Body
Field
Type
Need
Description
Example
{
"account": "AwX6321...",
"signature": "65L9qPp...",
"timestamp": 1749228826313,
"expiry_window": 5000,
"to_account": "CRTxBM...",
"amount": "420.69"
}Response
Last updated