x402basequality 0.45

Whale wallet intelligence for any address and chain, paid per-call via x402 (USDC on Base or USDT on Tron).

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint from Erudite Intelligence LLC provides crypto data intelligence focused on whale wallets. You POST a wallet or contract address along with a chain identifier, and receive structured JSON data about that address. The endpoint is gated behind the x402 payment protocol (v2), meaning callers must attach a valid payment header to each request.

Pricing is 10,000 base units per call. On Base (eip155:8453) that's 10,000 / 10^6 = $0.01 in USDC; on Tron it's 10,000 / 10^6 = $0.01 in USDT. Payment is facilitated through the EruditePay Bridge, which supports Coinbase CDP verification on Base and direct Tron settlement. The facilitator charges a separate 0.5% settlement fee on top.

The response schema is minimal in the probe data — the example output is `{"success": true, "data": {}}` — so the exact fields returned for a real whale wallet lookup are not documented in the available material. The endpoint accepts POST requests with a JSON body containing `address` (wallet or contract address) and `chain` (blockchain network name). No OpenAPI spec or detailed documentation page was found; the docs URL returns a 404. Use this endpoint when you need on-demand whale wallet data and can pay per-call in stablecoin.

Capabilities

whale-wallet-lookupcrypto-address-intelligencemulti-chain-supportx402-payment-gatedper-call-micropaymentjson-api

Use cases

  • Look up whale wallet activity for a given address and chain
  • Monitor large-holder wallets as part of a trading or analytics pipeline
  • Enrich on-chain address data with whale classification intelligence
  • Agent-driven portfolio analysis that needs whale-level wallet context

Fit

Best for

  • Agents or bots that need per-call whale wallet data without subscriptions
  • Crypto analytics pipelines requiring programmatic address lookups
  • Developers building on x402-compatible payment infrastructure

Not for

  • Bulk historical blockchain data exports (no batch endpoint documented)
  • Users who cannot pay in USDC on Base or USDT on Tron
  • Applications needing fully documented, schema-rich API responses (output schema is sparse)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/whale/wallets \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"address": "0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B", "chain": "base"}'

Example

Request

{
  "chain": "base",
  "address": "0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live (402 challenge captured) with a clear payment scheme and input schema, but the output schema is essentially empty (example data is {}), no OpenAPI spec exists, and the docs URL returns 404. The actual data returned for a real call is unknown.

Warnings

  • Output schema is a stub — the example response data field is an empty object, so actual response structure is unknown.
  • No OpenAPI specification or detailed documentation available (docs URL returns 404).
  • Exact fields and depth of whale wallet intelligence cannot be verified from available material.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 01:55:42Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access