getMintDetails
function returns data required to view an NFT to be minted
Before using them, make sure to obtain a Client API Key from Coinbase Developer Platform.
Returns
Promise<GetMintDetailsResponse>
Parameters
GetMintDetailsParams
Types
Query Parameters
The NFT contract address
The address of the NFT recipient
The token ID of the NFT
Response
200 - application/json
Successful response
NFT Name
NFT description
URL of the NFT image
URL of the NFT animation (if any)
MIME type of the NFT asset
Token standard (e.g., ERC721)
Current price details
Fee required to mint this NFT
Maximum number of mints allowed per wallet
Indicates whether the caller is eligible to mint
Address of the NFT creator
Network on which the NFT exists
Total number of tokens in the collection
Total number of unique owners of tokens in the collection