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.

Request Params

KeyDatatypeRequiredDescription
offsetnumberThe number of items that you want to skip.
limitnumberThe number of items returned per page, maximum 100 items. By default, the response returns 10 items per page.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring