x402basequality 0.45

Look up VC/institutional token holdings for any crypto token via x402 micropayment.

Price
per_call
Protocol
x402
Verified
no

What it does

The vc-holdings endpoint on EruditePay's Bridge returns venture capital and institutional holding data for a given cryptocurrency token. It accepts a POST request with a JSON body containing a token address or symbol, and returns structured JSON with holding information. The endpoint is described as "Crypto data intelligence" in its x402 challenge.

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. Payments are facilitated through Coinbase CDP on the Base side. The provider is Erudite Intelligence LLC, a FinCEN-registered MSB.

Documentation is sparse — the endpoint's behavior is inferred primarily from the x402 challenge's bazaar schema and the brief description. The schema indicates the input is a token address or symbol string, and the output is a JSON object with a `success` boolean and a `data` object. No detailed documentation for this specific data endpoint was found; the crawled site focuses on EruditePay's role as an x402 payment facilitator rather than its data intelligence products.

Capabilities

vc-holdings-lookuptoken-intelligencecrypto-datax402-paymentmulti-chain-settlementbase-usdctron-usdt

Use cases

  • Query which VCs or institutions hold a specific token before making investment decisions
  • Integrate VC holding data into a trading bot or portfolio dashboard
  • Enrich on-chain analytics with institutional ownership signals
  • Screen tokens for institutional backing as part of due diligence

Fit

Best for

  • Crypto analysts needing institutional holding data per token
  • Trading bots that factor in VC positions
  • DeFi dashboards enriching token profiles with holder intelligence

Not for

  • Traditional equity or stock institutional ownership lookups
  • Free or high-volume bulk data scraping (each call costs $0.01)
  • Users without a crypto wallet for x402 payments

Quick start

curl -X POST https://bridge.eruditepay.com/v1/token/vc-holdings \
  -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 to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live (402 challenge captured) with a clear schema for input and pricing, but there is no dedicated documentation for the vc-holdings data product. The output example is an empty object, so the actual response structure is unknown. The description and capabilities are largely inferred from the endpoint path and brief challenge metadata.

Warnings

  • No dedicated documentation found for the /v1/token/vc-holdings endpoint; the site's docs path returns 404.
  • The example output in the bazaar schema shows an empty data object — actual response fields are unknown.
  • Provider site focuses on x402 facilitator services; data intelligence endpoints are undocumented.

Citations

Provenance

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

Agent access