x402basequality 0.40

Tron network statistics via x402-paid POST endpoint from Erudite Intelligence

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint at bridge.eruditepay.com/v1/tron/network/stats provides Tron blockchain network statistics behind an x402 paywall. It is operated by Erudite Intelligence LLC, a FinCEN-registered MSB. The endpoint accepts a POST request with a JSON body containing a chain identifier and a Tron address (T-prefix base58), and returns a JSON response with a success flag and a data object.

Payment is required per-call via the x402 protocol (version 2). The endpoint accepts two payment options: USDC on Base (eip155:8453) at 10,000 base units ($0.01 given USDC's 6 decimals), or USDT on Tron (tron:728126428) at 10,000 base units ($0.01 given USDT's 6 decimals). Payments are facilitated through the EruditePay Bridge, which supports settlement via Coinbase CDP or directly on Tron. The maximum payment timeout is 300 seconds.

Documentation is sparse — the endpoint description in the x402 challenge is simply "Crypto data intelligence," and the example output shows only a stub `{"success": true, "data": {}}` without detailing what fields the data object contains. The provider's landing page focuses on the facilitator/bridge service rather than documenting this specific data endpoint. No OpenAPI spec or dedicated docs page was found for the /v1/tron/network/stats route.

Capabilities

tron-network-statsblockchain-datax402-paymentusdc-baseusdt-troncrypto-intelligenceper-call-micropayment

Use cases

  • Retrieving Tron network statistics for analytics dashboards
  • Monitoring Tron blockchain health and activity programmatically
  • Feeding Tron network data into trading or research agents

Fit

Best for

  • Agents needing on-demand Tron network statistics at very low per-call cost
  • Developers building crypto analytics tools that include Tron data
  • Automated systems that need pay-per-call blockchain data without subscriptions

Not for

  • Users needing detailed documentation or well-defined response schemas before integrating
  • Applications requiring data from non-Tron blockchains (this endpoint is Tron-specific)
  • High-frequency polling where even $0.01/call adds up significantly

Quick start

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

Example

Request

{
  "chain": "tron",
  "address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing and payment options. However, documentation is essentially absent — no OpenAPI spec, no docs page, and the example output is a stub with an empty data object. The actual contents of the response are unknown.

Warnings

  • No documentation found for this endpoint beyond the x402 challenge metadata
  • Example output in the bazaar schema shows an empty data object — actual response fields are unknown
  • The /docs path returns endpoint_not_found; no external docs site (docs.eruditepay.com) was crawled
  • Response schema is unspecified — integrators cannot know what fields to expect without trial calls

Citations

Provenance

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

Agent access