x402basequality 0.45

Token chart analytics 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 chart data on the Base network (eip155:8453). You send a POST request with a token contract address and receive chart/analytics data in return. The endpoint is gated by the x402 payment protocol (version 2), requiring a per-call micropayment of $0.01 (10,000 base units of USDC on Base or USDT on Tron) before the response is served.

The service is operated by Erudite Intelligence LLC, which also runs the EruditePay x402 Bridge facilitator. Payment can be settled through Coinbase CDP's x402 facilitator on Base (USDC) or directly on Tron (USDT). The endpoint accepts a JSON body with a single field — `token` — which takes a token contract address or symbol. The response is JSON with a `success` boolean and a `data` object, though the exact structure of the chart data is not documented beyond the example stub `{"success": true, "data": {}}`.

Documentation is sparse: there is no OpenAPI spec, no dedicated docs page (the /docs path returns a 404), and the only schema available is the inline Bazaar extension embedded in the 402 challenge. The endpoint is live and responds with a valid x402 v2 challenge, but the lack of detailed output documentation means consumers should expect to discover the response shape empirically.

Capabilities

token-chart-datacrypto-analyticsx402-paymentbase-chaintron-paymentusdcusdtper-call-micropayment

Use cases

  • Retrieve historical or chart data for a specific token on Base chain
  • Build dashboards that display token price charts sourced from on-chain data
  • Agent-driven portfolio analysis that fetches token chart information on demand
  • Automated trading bots that need chart analytics before executing trades

Fit

Best for

  • AI agents needing pay-per-call token chart data without API key management
  • Developers building crypto dashboards on Base chain
  • x402-native applications that settle micropayments in USDC or USDT

Not for

  • Free or high-volume bulk data ingestion (each call costs $0.01)
  • Multi-chain analytics beyond Base (endpoint is scoped to Base)
  • Users who need detailed documentation or guaranteed response schemas before integrating

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/analytics/token-chart \
  -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 and returns a valid x402 v2 challenge with clear pricing and payment options. However, documentation is very sparse — no OpenAPI spec, no docs page, and the output schema is only a stub example with an empty data object. The actual chart data structure is unknown.

Warnings

  • No OpenAPI or dedicated documentation available; /docs returns 404
  • Output example is a stub — the actual shape of the 'data' object in the response is undocumented
  • Description says 'Crypto data intelligence' but specifics of what chart data is returned are unclear
  • Only tested via probe; actual paid response content is unverified

Citations

Provenance

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

Agent access