latestOpenAPI 3.0.3UNLICENSED2026-08-2196241404.2 KB
76329919f8a7
ledger-sub-accounts
Create sub-account for a customer.
This endpoint helps to create sub-accounts for a customer. The endpoint requires the main account ID to create a sub-account under it.
post/ledger/subaccounts
Request body
Response
Sub-account created Successfully
Example response
{
"currency": "USD",
"accountBalance": {
"balance": 1000,
"availableBalance": 1000
}
}