x402basequality 0.45

Retrieve crypto wallet portfolio data for any address on Base, paid per-call via x402.

Price
per_call
Protocol
x402
Verified
no

What it does

This x402-gated endpoint, operated by Erudite Intelligence LLC, accepts a wallet or contract address and returns portfolio data described as "Crypto data intelligence." The endpoint lives at `https://bridge.eruditepay.com/v1/base/wallet/portfolio` and responds to POST requests with a JSON body containing an `address` field.

Pricing is $0.01 per call, payable in USDC on Base (eip155:8453) or USDT on Tron (tron:728126428). The x402 v2 challenge was captured live, confirming the endpoint is operational. Payment is facilitated through the EruditePay Bridge, which supports 20 blockchains and uses Coinbase CDP as one of its facilitators.

Documentation is sparse — the crawled site focuses on the EruditePay Bridge facilitator service rather than this specific data endpoint. The response schema shows `{"success": true, "data": {}}` as an example but does not detail the structure of the `data` object. The provider is a FinCEN-registered MSB (BSA ID 31000324258137) and operates non-custodially. Because the actual portfolio response payload is undocumented, callers should expect to discover the data shape empirically.

Capabilities

wallet-portfoliocrypto-datax402-paymentbase-chaintron-chainusdcusdtaddress-lookup

Use cases

  • Querying token holdings for a given wallet address on Base
  • Building portfolio dashboards that pull live on-chain data
  • AI agents that need wallet balance context before executing trades
  • Automated compliance or risk checks on wallet addresses
  • Enriching CRM or analytics pipelines with crypto wallet data

Fit

Best for

  • Agents or apps needing per-call wallet portfolio lookups without API key management
  • Developers already using x402-compatible payment flows
  • Use cases where pay-per-call pricing ($0.01) is preferable to monthly subscriptions

Not for

  • High-volume bulk scanning where per-call costs add up quickly
  • Users who need detailed documentation or guaranteed response schemas before integrating
  • Querying non-EVM chains other than Tron (endpoint is scoped to Base wallet data)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/wallet/portfolio \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"}'

Example

Request

{
  "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
}

Response

{
  "data": {},
  "success": true
}

Endpoint

Transporthttp
Protocolx402
Pay to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live (402 challenge captured) with a clear schema for the request body, but the response payload is undocumented beyond a stub example. No OpenAPI spec, no dedicated docs page, and the crawled site focuses on the facilitator bridge rather than this data endpoint.

Warnings

  • Response data structure is undocumented — the example shows an empty object
  • No OpenAPI or dedicated API documentation found for this endpoint
  • The /docs, /api, /pricing, and /README paths all return 404
  • Endpoint description is generic ('Crypto data intelligence') with no detail on what portfolio fields are returned

Citations

Provenance

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

Agent access