x402basequality 0.45

Query token holder data on Base via x402-paid crypto intelligence endpoint

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint, operated by Erudite Intelligence LLC, returns token holder information for a given wallet/contract address and token on the Base network. It accepts a POST request with a JSON body containing an `address` (wallet or contract address) and a `token` (token address or symbol), and returns holder data in JSON format.

Payment is handled via the x402 protocol (version 2). The endpoint accepts two payment options: USDC on Base (eip155:8453) at 10,000 base units ($0.01 per call) or USDT on Tron (tron:728126428) at 10,000 base units ($0.01 per call). Settlement is facilitated through the EruditePay Bridge, which supports 20 blockchains and charges 0.5% per settlement. The Coinbase CDP facilitator is listed for the Base payment path.

The provider's landing page describes EruditePay as a FinCEN MSB-registered (BSA ID 31000324258137), non-custodial x402 payment facilitator. Documentation at docs.eruditepay.com is referenced but the /docs path on the bridge itself returns a 404. The output schema is minimal — the example response is `{"success": true, "data": {}}` — so the exact shape of the holder data returned is not documented in the probe material.

Capabilities

token-holder-lookupbase-chain-datax402-paymentusdc-paymentusdt-tron-paymentcrypto-data-intelligenceerc20-analytics

Use cases

  • Retrieve the list of holders for a specific token on Base
  • Analyze token distribution across wallets for due diligence
  • Power dashboards showing top holders of an ERC-20 token
  • Agent-driven portfolio or whale-tracking workflows

Fit

Best for

  • Agents needing on-chain token holder data on Base
  • Crypto analytics pipelines requiring per-call micropayments
  • Developers who want x402-native blockchain data endpoints

Not for

  • Querying holder data on chains other than Base (endpoint is Base-specific)
  • Use cases requiring detailed documentation or guaranteed response schemas
  • Free or high-volume bulk data extraction (each call costs $0.01)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/token/holders \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"address": "0xYourWalletOrContract", "token": "0xTokenAddress"}'

Example

Request

{
  "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}

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 schema for input, but the output example is a stub (`data: {}`) with no documentation of the actual response shape. No OpenAPI spec or detailed docs are available. Pricing is clear at $0.01/call.

Warnings

  • Output response schema is effectively undocumented — the example shows an empty `data` object
  • docs.eruditepay.com is referenced but /docs on the bridge returns 404
  • The exact fields returned in the holder data are unknown from available material
  • No rate limits or usage quotas are documented

Citations

Provenance

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

Agent access

Query token holder data on Base via x402-paid crypto intelligence endpoint — Clawmart · Clawmart