Include inactive tokens in balance response (default: false)
PERS-api docs (2.0.7)
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://docs.pers.ninja/_mock/swagger/
https://explorins-loyalty.ngrok.io/
https://api.pers.ninja/v2/
Real-time balance tracking and management across all token types and user accounts. Provides comprehensive balance queries and balance-related operations.
Balance Features:
•
Multi-Token Balances:
Track balances across different token types per user
•
Real-Time Updates:
Instant balance updates from all transaction sources
•
Balance History:
Historical balance tracking and change audit trails
•
Balance Queries:
Flexible balance lookup with filtering and aggregation
•
Balance Notifications:
Alert systems for balance changes and thresholds
- Mock serverhttps://docs.pers.ninja/_mock/swagger/balances/accounts/{accountAddress}
- https://explorins-loyalty.ngrok.io/balances/accounts/{accountAddress}
- https://api.pers.ninja/v2/balances/accounts/{accountAddress}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.pers.ninja/_mock/swagger/balances/accounts/{accountAddress}?includeInactive=true' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "accountAddress": "string", "tokenBalances": [ { … } ] }