Overview
Get detailed metadata, traits, media, and holder info for a specific NFT
Protocol
x402
Price
$0.0011
Payment Asset
USD Coin
Payment Network
Base
Category
crypto/nft
Provider
zapper
Source
bazaar
Indexed
2026-03-02 01:01:14
Health
Status
degraded
Latency (p50)
192ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-03-21 04:06:47
Last Healthy
Never
Consecutive Failures
0
Input Schema
{
"bodyFields": {
"chainId": {
"description": "The Chain ID (e.g. 1 for Mainnet, 8453 for Base)",
"required": true,
"type": "integer"
},
"collectionAddress": {
"description": "The 0x contract address of the collection",
"required": true,
"type": "string"
},
"tokenId": {
"description": "The specific token ID to fetch metadata for",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Output Schema
{
"data": {
"nftTokenV2": {
"properties": {
"collection": {
"properties": {
"floorPrice": {
"properties": {
"valueUsd": {
"type": "number"
}
},
"type": "object"
},
"name": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"type": "object"
},
"description": {
"type": "string"
},
"estimatedValue": {
"properties": {
"valueUsd": {
"type": "number"
}
},
"type": "object"
},
"holders": {
"type": "object"
},
"id": {
"type": "string"
},
"lastSale": {
"properties": {
"valueUsd": {
"type": "number"
}
},
"type": "object"
},
"mediasV3": {
"properties": {
"animations": {
"type": "object"
},
"audios": {
"type": "object"
},
"images": {
"type": "object"
}
},
"type": "object"
},
"name": {
"type": "string"
},
"tokenId": {
"type": "string"
},
"traits": {
"items": {
"properties": {
"attributeName": {
"type": "string"
},
"attributeValue": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
}
}