v1
latestOpenAPI 3.1.02026-07-2051132407.2 KBPlatform
Get all account holders under a balance platform
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.
get/balancePlatforms/{id}/accountHolders
Path parameters
idstring required
The unique identifier of the balance platform.
Query parameters
offsetinteger
The number of items that you want to skip.
limitinteger
The number of items returned per page, maximum 100 items. By default, the response returns 10 items per page.
Response
OK - the request has succeeded.