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

KeyDatatypeRequiredDescription
offsetnumber
limitnumber

HEADERS

KeyDatatypeRequiredDescription
Acceptstring