Generate Claim Link
Last updated
Last updated
curl --location --request GET 'https://dev.underdogprotocol.com/v2/projects/n/4/nfts/1/claim' \
--header 'Authorization: Bearer {token}'
{
"link": "https://claim.underdogprotocol.com/nfts/Dic1tC9yBhaDerQpV8ZBAsruBUKQsRWtCWysG965ADWi?otp=926b7a07-d4e6-44e6-a43e-526e452ff06f&network=DEVNET",
"otp": "926b7a07-d4e6-44e6-a43e-526e452ff06f"
}
This endpoint generates a claim link for your NFT.
NFT ID
GET /v2/projects/n/:projectId/nfts/:nftId/claim HTTP/1.1
Host: api.underdogprotocol.com
Authorization: Bearer JWT
Accept: */*
{
"link": "text"
}