Adds time-limited credits to a plan account.
cURL
curl --request POST \ --url https://api.sandbox.nevermined.dev/api/v1/protocol/plans/mintExpirable \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "planId": "<string>", "holderAddress": "<string>", "amount": 123, "expirationBlock": 123 } '
{ "success": true, "txHash": "<string>" }
Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.
Mint expirable request
Credits minted