Estimate NFT portfolio value for a wallet on Base via x402 micropayment.
What it does
This x402-enabled endpoint, hosted by Erudite Intelligence LLC at bridge.eruditepay.com, returns NFT valuation data for a given wallet address and NFT collection on the Base network. Callers POST a JSON body containing an `address` (wallet or contract address) and a `collection` (NFT collection address or slug), and receive a JSON response with valuation intelligence.
Payment is required per-call via the x402 protocol (v2). The endpoint accepts 0.01 USDC on Base (eip155:8453) or 0.01 USDT on Tron (tron:728126428). Settlement is facilitated through the EruditePay Bridge, which supports 20 blockchains and uses Coinbase CDP as one of its facilitators. The provider is described as offering "Crypto data intelligence."
Documentation is sparse — the crawled /docs path returns a 404, and the Bazaar schema embedded in the x402 challenge provides only a minimal example output (`{"success": true, "data": {}}`). The exact structure of the returned NFT valuation data is not documented beyond this stub. The endpoint is live and returns a well-formed 402 challenge on POST requests.
Capabilities
Use cases
- —Estimate the total value of NFTs held by a specific wallet in a given collection
- —Build portfolio dashboards that display NFT holdings value on Base
- —Automate NFT valuation checks before executing trades or offers
- —Agent-driven due diligence on wallet NFT exposure
Fit
Best for
- —Agents or apps needing on-demand NFT valuation for Base wallets
- —Crypto portfolio trackers that want per-collection value breakdowns
- —Automated trading bots that need NFT price intelligence
Not for
- —Querying NFT data on chains other than Base (endpoint is Base-specific)
- —Free or high-volume bulk NFT data scraping (each call costs $0.01)
- —Detailed NFT metadata or image retrieval
Quick start
curl -X POST https://bridge.eruditepay.com/v1/base/wallet/nft-value \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"address": "0xYourWalletAddress", "collection": "0xNFTCollectionAddress"}'Example
Request
{
"address": "0x0000000000000000000000000000000000000000",
"collection": "0x0000000000000000000000000000000000000000"
}Response
{
"data": {},
"success": true
}Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with a Bazaar schema, but documentation is effectively absent (all doc paths 404). The output example is a stub with an empty data object, so the actual response structure is unknown. Pricing is clear ($0.01 per call).
Warnings
- —No dedicated documentation available — /docs returns 404
- —Output schema is a stub; the actual shape of the 'data' field is undocumented
- —The example response from the Bazaar extension shows only {"success": true, "data": {}} with no real fields
- —It is unclear what valuation methodology or data sources are used
Citations
- —Endpoint accepts 0.01 USDC on Base (amount 10000, 6 decimals) or 0.01 USDT on Tronhttps://bridge.eruditepay.com/v1/base/wallet/nft-value
- —Provider is Erudite Intelligence LLC, described as 'Crypto data intelligence'https://bridge.eruditepay.com/v1/base/wallet/nft-value
- —EruditePay Bridge supports 20 blockchains and is a FinCEN MSB registered entityhttps://bridge.eruditepay.com
- —Settlement fee is 0.5% per successful settlement; verification is freehttps://bridge.eruditepay.com