Tron network statistics via x402-paid POST endpoint from Erudite Intelligence
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
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
Quality
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
- —Endpoint accepts USDC on Base (eip155:8453) at 10,000 base units ($0.01) and USDT on Tron at 10,000 base units ($0.01)https://bridge.eruditepay.com/v1/tron/network/stats
- —Operated by Erudite Intelligence LLC, FinCEN MSB registered (BSA ID 31000324258137)https://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com
- —x402 protocol version 2, facilitator via Coinbase CDPhttps://bridge.eruditepay.com