Claim
This page explains how to execute a claim transaction using an HTTP call
Delegate Mint
POST /airdrop/delegateMint
Parameters
Pass these parameters as JSON in the body of the request
Name | Type | Description |
---|---|---|
airdropId | string | The ID of the airdrop to claim tokens from |
address | Address | The address of the user to claim tokens for |
Response
type Response = {
txHash: string;
};
Errors
Possible reasons for error:
- The campaign does not exist
- The campaign is not active
- The campaign has not started
- The campaign has ended
- The user has already claimed tokens
- The user is not eligible to claim tokens
- It is not an NFT campaign
- The campaign is not eligible for delegation