POST
/
api
/
v1
/
realms
/
{realmId}
/
web3
/
activations
/
{activationId}
/
credit
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
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

realmId
string
required
activationId
string
required

Body

application/json
amount
number
required
nftIds
string[]
currencyId
string
selectionMode
enum<string>
default:all

How to apply the nftIds: 'specific' = only listed, 'exclude' = all except listed, 'all' = all NFTs

Available options:
specific,
exclude,
all

Response

200
application/json
Default Response
creditedCount
number