Get the NFT list
getnftgdnids
Get the NFT list of the specified contract address.
Basic Information
Property
Detail
URL
/api/v1/getnftgdnids
Method
POST
Request parameter
Parameter
Type
Required
Detail
contract_address
str
yes
Contract address of the target collection
blockchain
str
yes
Blockchain for minting NFTs
Sample requests
{
"contract_address": "0x0000000000000000000000000000000000000000",
"blockchain": "polygon"
}Example of successful response
Example of response in case of failure(status code 400)
Last updated