ledger-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
}
}
]
}Changes
Changed in 1 of the 6 revisions of this API.2
- ○
the endpoint scheme security
HMACAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
authTokenwas removed from the APIapi-security-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○