x402basequality 0.45

Estimate NFT portfolio value for a wallet on Base via x402 micropayment.

Price
per_call
Protocol
x402
Verified
no

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

nft-valuationwallet-portfoliobase-chainx402-paymentcrypto-data-intelligencepost-json-api

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

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

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

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 02:10:08Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access