API Reference
Complete API documentation and reference
Credit NFTs of a specific activation by a specific currency
cURL
curl --request POST \ --url https://api.drip.re/api/v1/realms/{realmId}/web3/activations/{activationId}/credit \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "nftIds": [], "amount": 123, "currencyId": "<string>", "selectionMode": "all" }'
{ "creditedCount": 123 }
API Key
Default Response
The response is of type object.
object
Was this page helpful?