Skip to main content
GET
/
api
/
v1
/
web3-data
/
collections
/
{contractAddress}
/
nfts
/
{tokenId}
Get details for a specific NFT
curl --request GET \
  --url https://api.drip.re/api/v1/web3-data/collections/{contractAddress}/nfts/{tokenId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "contractAddress": "<string>",
    "chain": "ethereum",
    "tokenId": "<string>",
    "owner": "<string>",
    "name": "<string>",
    "description": "<string>",
    "image": "<string>",
    "attributes": [
      {
        "traitType": "<string>",
        "value": "<string>",
        "displayType": null
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

API Key

Path Parameters

contractAddress
string
required
tokenId
string
required

Query Parameters

chain
enum<string>
default:ethereum
Available options:
ethereum,
polygon,
arbitrum,
optimism,
base,
zksync,
starknet,
scroll,
polygonZkEVM,
arbitrumNova,
avalanche,
gnosis,
opbnb,
metis,
astar,
linea,
mantle,
berachain,
flow,
crossfi,
soneium,
worldchain,
rootstock,
shape,
unichain,
apechain,
geist,
lens,
abstract,
lumia,
ink,
zetachain,
blast,
sonic,
zora,
settlus,
solana
cache
boolean
default:false

Response

Default Response

data
any
I