cURL
curl --request GET \ --url https://api.base.org/v1/MintDetails
{ "name": "<string>", "description": "<string>", "image": "<string>", "attributes": [ { "trait_type": "<string>", "value": "<string>" } ] }
Returns data required to view an NFT to be minted
The NFT contract address
The address of the NFT recipient
The token ID of the NFT to be minted
Successful response
Name of the NFT to be minted
Description of the NFT to be minted
URL of the NFT image to be minted
Show child attributes