x402basequality 0.45

Retrieve top token data on Base chain via x402-paid crypto intelligence endpoint

Price
per_call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint at bridge.eruditepay.com provides crypto data intelligence, specifically returning information about top tokens on the Base network. It accepts a POST request with a JSON body containing a token address or symbol and returns structured JSON data. The endpoint is operated by Erudite Intelligence LLC.

Payment is required per call via the x402 protocol (HTTP 402 challenge). The endpoint accepts two payment options: USDC on Base (eip155:8453) at 10,000 base units ($0.01) per request, or USDT on Tron (tron:728126428) at 10,000 base units ($0.01) per request. Payment verification and settlement are facilitated through the EruditePay Bridge, which supports 20 blockchains and uses the Coinbase CDP facilitator for Base settlements.

Documentation is sparse — the endpoint description is simply "Crypto data intelligence" and the example output schema shows only a generic `{"success": true, "data": {}}` structure. The exact fields returned in the `data` object are not documented. The input schema accepts a `token` field described as "Token address or symbol," suggesting you can query by either contract address or ticker. No OpenAPI spec or dedicated docs page is available for this specific endpoint.

Capabilities

crypto-token-database-chain-analyticsx402-paymentusdc-paymentusdt-tron-paymenttop-tokens-lookupjson-api

Use cases

  • Querying top token metrics on the Base blockchain
  • Looking up token information by contract address or symbol
  • Automated crypto portfolio monitoring agents that need token data
  • DeFi dashboards pulling live token rankings

Fit

Best for

  • Agents needing on-chain token data for Base network
  • Automated crypto data pipelines with x402 micropayments
  • Developers building token analytics tools who want pay-per-call pricing

Not for

  • Users needing free or API-key-based crypto data APIs
  • Multi-chain token data beyond Base (endpoint is Base-specific)
  • Detailed historical price charting or OHLCV data (not documented)

Quick start

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

Example

Request

{
  "token": "0x0000000000000000000000000000000000000000"
}

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 valid x402 v2 payment challenge and basic input/output schema. However, documentation is extremely thin — no OpenAPI spec, no detailed output schema, no dedicated docs page, and the example response is a generic stub. The actual data fields returned are unknown.

Warnings

  • No OpenAPI or detailed API documentation available; /docs returns 404
  • Output schema example is a generic stub — actual response fields are undocumented
  • The endpoint path says 'top-tokens' but the input asks for a single token address, creating ambiguity about what is actually returned
  • No rate limits or usage quotas documented

Citations

Provenance

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

Agent access