cURL
curl --request POST \ --url https://api.sandbox.nevermined.app/api/v1/protocol/plans/mint \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "planId": "did:nv:abc123...", "holderAddress": "0xUserAddress", "amount": 100 } '
{ "success": true, "txHash": "<string>" }
Adds credits to a plan account. Builder-only operation.
Documentation IndexFetch the complete documentation index at: https://docs.nevermined.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nevermined.app/llms.txt
Use this file to discover all available pages before exploring further.
Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.
Mint request
Credits minted
Contact support