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
}
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
.