v3
latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KBledger-sub-accounts
Fetch all sub-accounts belonging to the customer.
This endpoint returns all sub-accounts
get/ledger/subaccounts
Query parameters
accountIdstring uuid
The ID for the main account for the request.
sizeinteger
pageinteger
Page parameter, starting from 1
Response
Sub-accounts fetched Successfully
Example response
{
"content": [
{
"currency": "USD",
"accountBalance": {
"balance": 1000,
"availableBalance": 1000
}
}
]
}