Get all account holders under a balance platform
GET {{baseUrl}}/balancePlatforms/:id/accountHolders
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
.
Body
PARAM
Key | Datatype | Required | Description |
offset
|
number | The number of items that you want to skip. | |
limit
|
number | The number of items returned per page, maximum 100 items. By default, the response returns 10 items per page. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status
ENDPOINTS