Overview
Get individual NFT balances and estimated values for a single address, or a list of addresses.
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)
189ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-03-20 22:13:05
Last Healthy
Never
Consecutive Failures
0
Input Schema
{
"bodyFields": {
"addresses": {
"description": "Array of 0x wallet addresses to scan",
"items": {
"description": "A 0x wallet address",
"type": "string"
},
"required": true,
"type": "array"
},
"chainIds": {
"description": "Optional list of Chain IDs to filter by",
"items": {
"type": "integer"
},
"required": false,
"type": "array"
},
"first": {
"default": 10,
"description": "Number of NFTs to return",
"required": false,
"type": "integer"
},
"sortBy": {
"default": "USD_WORTH",
"description": "Sort order for results (e.g. \"USD_WORTH\", \"NETWORK\", \"COLLECTION\")",
"required": false,
"type": "string"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Output Schema
{
"data": {
"portfolioV2": {
"properties": {
"nftBalances": {
"properties": {
"byToken": {
"properties": {
"edges": {
"items": {
"properties": {
"node": {
"properties": {
"token": {
"properties": {
"collection": {
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"estimatedValue": {
"properties": {
"valueUsd": {
"type": "number"
}
},
"type": "object"
},
"mediasV3": {
"type": "object"
},
"name": {
"type": "string"
},
"tokenId": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"totalBalanceUSD": {
"type": "number"
},
"totalTokensOwned": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
}
}
}