Get all account holders under a balance platform
GET {{baseUrl}}/balancePlatforms/{{id}}/accountHolders?offset=56&limit=56
Returns a paginated list of all the account holders that belong to the balance platform. To fetch multiple pages, use the query parameters. For example, to limit the page to 5 account holders and to skip the first 20, use /balancePlatforms/{id}/accountHolders?limit=5&offset=20
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | ||
limit | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |