List Tron Super Representatives for a given address via x402-paid crypto data intelligence endpoint.
What it does
This x402-gated endpoint at bridge.eruditepay.com returns Tron Super Representative (SR) list data. It accepts a POST request with a JSON body containing a blockchain network identifier and a Tron address (T-prefix base58), and returns SR-related information. Payment is required per-call via the x402 protocol, accepting either USDC on Base (eip155:8453) or USDT on Tron (tron:728126428), each at 0.01 USD per request.
The endpoint is operated by Erudite Intelligence LLC, which also runs the EruditePay x402 Bridge — a payment facilitator supporting 20 blockchains. The provider describes the endpoint's purpose as "Crypto data intelligence." The response schema indicates a JSON object with a `success` boolean and a `data` object, though the example output shows an empty data object, so the exact structure of populated SR list results is not documented.
Payment settlement is facilitated through the Coinbase CDP x402 facilitator for the Base/USDC option. The Tron/USDT option settles natively on Tron. The endpoint uses x402 version 2 with the "exact" payment scheme and a 300-second timeout window for payment completion.
Capabilities
Use cases
- —Retrieve the list of Tron Super Representatives associated with a specific address
- —Query Tron governance/validator data programmatically with per-call micropayments
- —Integrate Tron SR information into dashboards or analytics tools
Fit
Best for
- —Agents or apps needing on-demand Tron Super Representative data
- —Developers building Tron governance or staking analytics
- —Pay-per-call blockchain data queries without subscriptions
Not for
- —Non-Tron blockchain validator queries
- —Free or high-volume bulk data extraction (each call costs $0.01)
- —Users who cannot pay with USDC on Base or USDT on Tron
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/sr/list \
-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 (402 challenge captured) with a clear payment schema and input/output structure, but documentation is extremely thin — the example response shows an empty data object, no dedicated docs page exists, and the actual SR list response fields are unknown.
Warnings
- —No dedicated documentation available (docs, api, pricing, README paths all return endpoint_not_found)
- —Example output shows empty data object — actual populated response structure is undocumented
- —The exact fields returned in the SR list are inferred from the endpoint path only; no detailed schema is provided
Citations
- —Endpoint returns x402 v2 challenge with USDC on Base and USDT on Tron payment options at 10000 base units each ($0.01)https://bridge.eruditepay.com/v1/tron/sr/list
- —Provider is Erudite Intelligence LLC, operating the EruditePay x402 Bridge supporting 20 blockchainshttps://bridge.eruditepay.com
- —Settlement facilitated via Coinbase CDP x402 facilitator for Base/USDC optionhttps://bridge.eruditepay.com
- —EruditePay charges 0.5% per settlement with free verificationhttps://bridge.eruditepay.com
- —FinCEN MSB Registered, BSA ID 31000324258137https://bridge.eruditepay.com