Skip to main content

Check if user claimed NFT

GET 

/v1/custom-tokens/already-claimed-nft-verification

Check if user claimed NFT

This endpoint verifies whether a user has already claimed an NFT from a specified contract address. This is used in Alore drop system. Upon successful verification, it returns a boolean value indicating whether the user has already claimed the NFT. In case of internal server errors, it responds with a status code of 500 and an error message.

Request

Query Parameters

    contract_address stringrequired

    Contract address

Responses

User already claim NFT from a contract address

Schema

    boolean

Loading...