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

Query Parameters

contractAddress
string
required

The NFT contract address

tokenId
string
required

The token ID of the NFT

Response

Successful response

name
string

Name of the NFT

description
string

Description of the NFT

image
string

URL of the NFT image

attributes
object[]