Web3-Activations-Members
Claim Web3 Balance
Accounts
Realm-Members
Realms
Currencies
Twitter-Data
Web3-Data-Collections
Web3-Data-Wallets
Web3-Data-Nfts
Web3-Data-Tokens
Web3-Activations
Web3-Activations-Configs
Web3-Activations-Members
Claim Web3 Balance
POST
/
api
/
v1
/
realms
/
{realmId}
/
web3
/
members
/
{dripId}
/
claim
curl --request POST \
--url https://api.drip.re/api/v1/realms/{realmId}/web3/members/{dripId}/claim \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"claimType": "all",
"activationId": "<string>",
"nftIds": [
"<string>"
]
}'
{}
Authorizations
API Key
Body
application/json
Response
204
application/json
Default Response
The response is of type any
.
curl --request POST \
--url https://api.drip.re/api/v1/realms/{realmId}/web3/members/{dripId}/claim \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"claimType": "all",
"activationId": "<string>",
"nftIds": [
"<string>"
]
}'
{}