x402basequality 0.40

Token holder concentration data for Base chain tokens, paid per-call via x402 in USDC or USDT.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint provides crypto token holder concentration intelligence for tokens on the Base network (and potentially other chains). You POST a token address and receive concentration data about that token's holder distribution. The endpoint is operated by Erudite Intelligence LLC and is gated behind the x402 payment protocol (version 2).

Pricing is $0.01 per call, payable in either USDC on Base (eip155:8453) or USDT on Tron (tron:728126428). The x402 challenge advertises an amount of 10,000 base units; since both USDC and USDT use 6 decimals, this equals $0.01 per request. Payment is facilitated through the EruditePay Bridge, which settles via Coinbase CDP for Base and natively for Tron.

Documentation is sparse — the endpoint's schema shows a simple JSON body with a single `token` field (a token address or symbol), and the example output is a generic `{"success": true, "data": {}}` stub. The exact structure of the concentration data returned is not documented. The provider's landing page describes EruditePay as an x402 payment facilitator supporting 20 blockchains, but specific documentation for this data intelligence endpoint is not available (the /docs path returns a 404).

Capabilities

token-concentration-analysiscrypto-data-intelligencex402-paymentbase-chaintron-paymentusdc-paymentusdt-paymentholder-distribution

Use cases

  • Analyze token holder concentration to assess decentralization risk before investing
  • Detect whale accumulation or distribution patterns for a given token
  • Build dashboards showing holder distribution metrics for Base tokens
  • Integrate on-chain holder intelligence into trading bots or risk models

Fit

Best for

  • Crypto analysts needing quick holder concentration checks
  • DeFi applications requiring on-chain token distribution data
  • Trading bots that factor in holder concentration risk

Not for

  • Non-crypto or traditional finance data needs
  • Users who need detailed historical holder data over time (unclear if supported)
  • Free-tier or high-volume bulk analysis (each call costs $0.01)

Quick start

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

Example

Request

{
  "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live (returns a valid x402 v2 challenge with clear pricing), but documentation is extremely thin. The output schema example is an empty stub, so the actual response structure is unknown. No dedicated docs page exists. Pricing and payment details are clear from the challenge.

Warnings

  • Output data structure is undocumented — the example response contains an empty data object
  • No dedicated API documentation available (/docs returns 404)
  • The exact meaning of 'concentration' metrics (e.g., Gini coefficient, top-N holders, HHI) is not specified
  • Only a single example token address (zero address) is provided in the schema, unclear what tokens/chains are supported

Citations

Provenance

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

Agent access