Get all balance accounts of an account holder
GET {{baseUrl}}/accountHolders/{{id}}/balanceAccounts?offset=56&limit=56
Returns a paginated list of the balance accounts associated with an account holder. To fetch multiple pages, use the query parameters. For example, to limit the page to 5 balance accounts and skip the first 10, use /accountHolders/{id}/balanceAccounts?limit=5&offset=10
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | ||
limit | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |