x402basequality 0.40

Tron validator statistics via x402-paid API endpoint

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint at bridge.eruditepay.com provides Tron blockchain validator statistics behind an x402 paywall. It accepts a POST request with a JSON body containing a chain identifier and a Tron address (T-prefix base58 format), and returns validator-related intelligence data.

The endpoint is operated by Erudite Intelligence LLC and accepts payment via two networks: USDC on Base (eip155:8453) at $0.05 per call, or USDT on Tron (tron:728126428) at $0.05 per call. Payment is facilitated through the x402 v2 protocol. The x402 challenge describes the resource as "Tron intelligence."

Documentation is sparse — the example output schema shows only `{"success": true, "data": {}}` with no detail on what fields the `data` object contains. The provider's landing page focuses on the EruditePay Bridge facilitator service rather than this specific intelligence endpoint. No OpenAPI spec or dedicated docs page was found for the validator-stats route, so the exact shape of the response and the full set of accepted parameters remain unclear.

Capabilities

tron-validator-statsblockchain-intelligencex402-paymentusdc-baseusdt-tronpost-json-api

Use cases

  • Retrieve statistics about Tron network validators or super representatives
  • Assess validator performance for staking or delegation decisions
  • Integrate Tron validator intelligence into dashboards or analytics tools

Fit

Best for

  • Developers building Tron staking or delegation tools
  • Analysts monitoring Tron validator performance
  • Agents that need on-demand Tron network intelligence

Not for

  • Non-Tron blockchain validator queries
  • Users who need free or unauthenticated access to validator data
  • Detailed historical time-series validator analytics (response schema unclear)

Quick start

curl -X POST https://bridge.eruditepay.com/api/tron/validator-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 (402 challenge captured) with a clear payment structure and basic input schema, but the output schema is essentially empty (data: {}), there is no OpenAPI spec, and no dedicated documentation exists for this route. The actual content of the response is unknown.

Warnings

  • No documentation found for this specific endpoint — /docs returns 404
  • Output schema example contains only an empty data object; actual response fields are unknown
  • The 'chain' parameter in the example body says 'base' but the endpoint is labeled 'tron' — unclear if multi-chain queries are supported or if this is a documentation error

Citations

Provenance

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

Agent access

Tron validator statistics via x402-paid API endpoint — Clawmart · Clawmart