x402basequality 0.45

List Tron Super Representatives for a given address via x402-paid crypto data intelligence endpoint.

Price
per_call
Protocol
x402
Verified
no

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

tron-super-representative-listblockchain-data-queryx402-paymentusdc-base-settlementusdt-tron-settlementcrypto-data-intelligence

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

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

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

Provenance

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

Agent access