x402basequality 0.40

Query Tron network validators 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 network validator information as part of a "Crypto data intelligence" service operated by Erudite Intelligence LLC. It accepts POST requests with a JSON body containing a chain identifier and a Tron address (T-prefix base58), and returns validator-related data in a JSON response.

The endpoint is gated by the x402 payment protocol (v2) and accepts two payment options: USDC on Base (eip155:8453) at $0.01 per call, or USDT on Tron (tron:728126428) at $0.01 per call (both 10,000 base units with 6 decimals). Payment is facilitated through the EruditePay Bridge, which supports 20 blockchains and settles payments on-chain. The facilitator for the Base/USDC option is Coinbase CDP.

Documentation is sparse — the endpoint's output schema only shows a generic `{"success": true, "data": {}}` example, so the exact structure of the validator data returned is unknown. The provider's landing page focuses on the EruditePay Bridge facilitator service rather than documenting the data intelligence endpoints themselves. The /docs path returns a 404, so no additional API documentation is available.

Capabilities

tron-validatorsblockchain-datax402-paymentmulti-chain-paymentcrypto-intelligence

Use cases

  • Querying Tron network validator information for staking decisions
  • Building dashboards that display Tron validator status and metadata
  • Integrating Tron validator data into portfolio management tools
  • Automated monitoring of Tron network validator changes

Fit

Best for

  • Developers needing programmatic access to Tron validator data
  • Applications that can pay per-call via x402 crypto micropayments
  • Projects already integrated with x402-compatible payment flows

Not for

  • Users needing free or subscription-based blockchain data access
  • Querying non-Tron blockchain validators (endpoint is Tron-specific)
  • Use cases requiring detailed API documentation before integration

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/network/validators \
  -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 and returns a valid x402 challenge with clear pricing and payment options. However, documentation is effectively absent — the output example is a stub with an empty data object, no dedicated docs page exists, and the exact validator data schema is unknown.

Warnings

  • No API documentation available — /docs returns 404
  • Output example is a stub with empty data object; actual response structure is unknown
  • The 'chain' and 'address' input fields lack detailed validation rules or enumeration of accepted values
  • Provider landing page documents the facilitator service, not the data intelligence endpoints

Citations

Provenance

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

Agent access