x402basequality 0.45

Daily analytics stats for any Tron address, 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 daily analytics statistics for Tron blockchain addresses. It is operated by Erudite Intelligence LLC under the brand "EruditePay" and described in the x402 challenge as "Crypto data intelligence." You POST a JSON body containing a Tron address (T-prefix base58 format) and receive analytics data in return.

Payment is handled via the x402 protocol (version 2). The endpoint accepts two payment options: USDC on Base (network eip155:8453) at 10,000 base units ($0.01) per call, or USDT on Tron (network tron:728126428) at 10,000 base units ($0.01) per call. The Coinbase CDP facilitator is listed for the Base payment path. The maximum payment timeout is 300 seconds for both options.

Documentation is sparse — the crawled docs URL returns a 404, and the only schema information comes from the x402 challenge's bazaar extension. The example output shown in the challenge is a generic `{"success": true, "data": {}}` stub, so the exact shape and richness of the returned analytics data is unknown. The endpoint is confirmed live (returns HTTP 402 with a well-formed x402 v2 challenge). The provider is FinCEN MSB registered (BSA ID 31000324258137) and operates a non-custodial settlement model.

Capabilities

tron-address-analyticsdaily-statsx402-paymentusdc-baseusdt-tronblockchain-data-intelligencecrypto-analytics

Use cases

  • Retrieve daily on-chain activity statistics for a specific Tron wallet address
  • Monitor Tron address behavior over time for compliance or research purposes
  • Feed Tron analytics data into automated trading or risk-scoring agents
  • Integrate Tron address intelligence into dashboards or reporting tools

Fit

Best for

  • Developers building Tron-focused analytics dashboards
  • Agents needing per-call Tron address intelligence without subscriptions
  • Compliance teams monitoring Tron wallet activity

Not for

  • Multi-chain analytics across non-Tron networks (endpoint is Tron-specific)
  • Free or high-volume bulk data extraction (every call costs $0.01)
  • Users who need detailed documentation or guaranteed response schemas before integrating

Quick start

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

Example

Request

{
  "address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live and returns a well-formed x402 v2 challenge with clear pricing and a bazaar schema extension. However, documentation is effectively absent (docs URL returns 404), the example output is a stub with an empty data object, and the actual analytics fields returned are unknown. Pricing and input schema are clear, but output is not.

Warnings

  • Documentation URL (https://docs.eruditepay.com/) was not crawled and /docs on the bridge returns 404.
  • The example output in the bazaar extension is a stub ({"success": true, "data": {}}) — actual response fields are unknown.
  • No OpenAPI spec or detailed schema for the response body is available.

Citations

Provenance

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

Agent access