NFT Garden NFT determination
getisgdnnft
Determines if the NFT with the specified nft_gdn_id was generated by the NFT Garden.
Basic Information
Property
Detail
URL
/api/v1/getisgdnnft
Method
POST
Request parameter
Parameter
Type
Required
Detail
receiver_wallet_address
str
yes
NFT Owner
blockchain
str
yes
Blockchain to mint
nft_gdn_ids
str
yes
ID of the target NFT
Sample requests
{
"nft_gdn_ids": ["cf7faf94-a5ec-462c-ad06-1bd772fefe21"],
"blockchain": "polygon",
"receiver_wallet_address": "0x1111111111111111111111111111111111111111"
}Example of successful response
Example of response in case of failure(status code 422)
Last updated