x402basequality 0.45

Query Tron Super Representative rewards via x402-paid crypto data intelligence endpoint.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint at bridge.eruditepay.com provides Tron Super Representative (SR) reward data as a paid x402 service. You POST a JSON body containing a blockchain network identifier and a Tron address (T-prefix base58), and receive structured reward information for that SR. The endpoint is operated by Erudite Intelligence LLC, described in the x402 challenge as "Crypto data intelligence."

Payment is required per the x402 v2 protocol. The endpoint accepts two payment options: USDC on Base (eip155:8453) at 10,000 base units ($0.01) or USDT on Tron (tron:728126428) at 10,000 base units ($0.01). Both use 6-decimal stablecoins, making the per-call cost one cent. The facilitator for Base payments is Coinbase CDP. The maximum payment timeout is 300 seconds.

Documentation is sparse — the provider's /docs path returns a 404, and the output schema example only shows `{"success": true, "data": {}}` without detailing the structure of the rewards data. The input schema specifies a `chain` string field and an `address` field for the Tron address. The endpoint is live and returning a proper 402 challenge. The Bridge itself supports 20 blockchains and is operated by a FinCEN MSB-registered entity (BSA ID 31000324258137).

Capabilities

tron-sr-rewardscrypto-data-intelligencex402-paymentusdc-baseusdt-tronblockchain-analytics

Use cases

  • Look up Tron Super Representative reward distributions for a given address
  • Monitor SR staking reward accrual for portfolio tracking
  • Integrate Tron reward data into crypto dashboards or analytics pipelines
  • Automate reward tracking for Tron voters and delegates

Fit

Best for

  • Developers building Tron staking/reward dashboards
  • Agents needing programmatic access to Tron SR reward data
  • Crypto portfolio trackers that need per-address reward lookups

Not for

  • Querying non-Tron blockchains for staking rewards
  • Historical block-level transaction data or full Tron node queries
  • Free or high-volume bulk data extraction (each call costs $0.01)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/sr/rewards \
  -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 to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live and returns a valid x402 v2 challenge with clear pricing and input schema. However, documentation is effectively absent (all doc paths 404), the output example is an empty stub, and the actual reward data structure is unknown. The description 'Crypto data intelligence' is vague.

Warnings

  • No documentation available — /docs, /api, /pricing, /README all return 404
  • Output schema example contains only an empty data object; actual response structure is unknown
  • The input example shows chain='base' with a Tron address, which is inconsistent — the correct chain value is likely 'tron'
  • Provider description is generic ('Crypto data intelligence') with no detail on what reward fields are returned

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 02:10:44Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access