- Get active credit token holders (Admin)
Account Balance Management
Get account balance by address (Admin)
Get token holders by contract address (Admin)
Get active credit token h...
Convenience endpoint: automatically resolves the tenant's active ERC20 credit token and returns paginated holders enriched with PERS wallet and optional user data.
Security
authJWT
- Mock serverhttps://docs.pers.ninja/_mock/swagger/balances/tokens/credit/holders
- https://api.pers.ninja/v2https://api.pers.ninja/v2/balances/tokens/credit/holders
curl -i -X GET \
'https://docs.pers.ninja/_mock/swagger/balances/tokens/credit/holders?page=0&limit=0&include=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Credit token holders retrieved successfully
Response
{ "data": [], "pagination": { "page": 1, "limit": 50, "total": 150, "pages": 3, "hasNext": true, "hasPrev": false }, "metadata": { "includes": [ … ] } }