Daily on-chain analytics stats for Base, paid per-call via x402 (USDC on Base or USDT on Tron).
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
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
Quality
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
- —Endpoint is operated by Erudite Intelligence LLChttps://bridge.eruditepay.com
- —Payment accepted: USDC on Base (eip155:8453) and USDT on Tron, amount 10000 base units eachhttps://bridge.eruditepay.com/v1/base/analytics/daily-stats
- —USDC on Base uses 6 decimals, so 10000 base units = $0.01https://bridge.eruditepay.com
- —EruditePay Bridge is a FinCEN MSB registered entity (BSA ID 31000324258137)https://bridge.eruditepay.com
- —Coinbase CDP facilitator used for Base settlementshttps://bridge.eruditepay.com/v1/base/analytics/daily-stats