Claim Web3 Balance of a specific member of a specific activation
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>"
]
}
'{}Was this page helpful?
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>"
]
}
'{}