Skip to main content
GET
/
MintDetails
Get Mint Details
curl --request GET \
  --url https://api.base.org/v1/MintDetails
{
  "name": "<string>",
  "description": "<string>",
  "image": "<string>",
  "attributes": [
    {
      "trait_type": "<string>",
      "value": "<string>"
    }
  ]
}

Query Parameters

contractAddress
string
required

The NFT contract address

takerAddress
string
required

The address of the NFT recipient

tokenId
string
required

The token ID of the NFT to be minted

Response

Successful response

name
string

Name of the NFT to be minted

description
string

Description of the NFT to be minted

image
string

URL of the NFT image to be minted

attributes
object[]