Retrieves credit balance for a specific account on a plan.
cURL
curl --request GET \ --url https://api.sandbox.nevermined.dev/api/v1/protocol/plans/{planId}/balance/{holderAddress} \ --header 'Authorization: Bearer <token>'
{ "isSubscriber": true, "total": 123, "used": 123, "remaining": 123, "expiresAt": "2023-11-07T05:31:56Z" }
Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.
The plan's unique identifier
Wallet address to check balance for
Balance information