x402basequality 0.40

Daily on-chain analytics stats for Base, paid per-call via x402 (USDC on Base or USDT on Tron).

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint provides crypto data intelligence in the form of daily statistics, served at `/v1/base/analytics/daily-stats` via HTTP POST. It is operated by Erudite Intelligence LLC through their EruditePay x402 Bridge infrastructure. The endpoint accepts a JSON body with a `query` parameter and returns a JSON object with a `success` boolean and a `data` payload.

Payment is handled via the x402 protocol (version 2). Two payment options are accepted: USDC on Base (network eip155:8453) at 0.01 USDC per call, or USDT on Tron (network tron:728126428) at 0.01 USDT per call. The Coinbase CDP facilitator is used for Base settlements. The endpoint was confirmed live, returning a proper 402 challenge on unauthenticated requests.

Documentation is sparse — the provider's `/docs` path returns a 404, and the Bazaar schema embedded in the x402 challenge provides only a generic example (`{"query": "example"}`). The exact query syntax, available metrics, date range parameters, and the structure of the returned `data` object are not documented in the crawled material. Users should expect to experiment or contact the provider for details on supported queries.

Capabilities

on-chain-analyticsdaily-statsbase-chainx402-paymentusdc-paymentusdt-paymenttron-paymentcrypto-data-intelligencejson-api

Use cases

  • Retrieving daily on-chain activity statistics for the Base blockchain
  • Feeding crypto analytics data into trading or research dashboards
  • Automated agents purchasing blockchain intelligence on demand via x402

Fit

Best for

  • Developers building Base-chain analytics dashboards
  • AI agents that need pay-per-call on-chain data without API keys
  • Researchers querying daily blockchain statistics programmatically

Not for

  • Users needing real-time or sub-daily streaming data (only daily stats documented)
  • Anyone requiring detailed documentation or well-defined query schemas before integrating

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/analytics/daily-stats \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"query": "example"}'

Example

Request

{
  "query": "example"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live and returns a valid x402 challenge with pricing and payment details. However, documentation is effectively absent — the /docs path 404s, the Bazaar schema is generic with placeholder examples, and the actual query syntax, available metrics, and response data structure are unknown. Pricing is clear but the functional contract is opaque.

Warnings

  • No documentation available — /docs returns 404
  • The query parameter syntax and supported values are undocumented
  • The response data structure is unknown; the example shows an empty object
  • Cannot verify what 'daily-stats' actually returns without a paid call

Citations

Provenance

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

Agent access