x402basequality 0.45

Retrieve Tron smart contract events via x402 micropayment, powered by EruditePay Bridge.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint returns event data for a given Tron smart contract address. You POST a JSON body containing the contract `address` and receive structured event information in response. Payment is handled via the x402 protocol — each call costs 0.01 USDC (on Base, network eip155:8453) or 0.01 USDT (on Tron, network tron:728126428), settled per-request.

The endpoint is operated by Erudite Intelligence LLC through their EruditePay x402 Bridge, which supports 20 blockchains and implements x402 v2.0. The Bridge acts as the payment facilitator (via Coinbase CDP on Base, and natively on Tron). The provider is a FinCEN-registered MSB (BSA ID 31000324258137) and operates non-custodially — settlements route directly to the payee.

Documentation for this specific data endpoint is sparse. The input schema requires a `address` field (string, representing the Tron contract address), and the output is JSON with a `success` boolean and a `data` object. No detailed field-level documentation for the response `data` object was found. The endpoint description in the x402 challenge is simply "Crypto data intelligence."

Capabilities

tron-contract-eventsblockchain-datax402-paymentmulti-chain-settlementsmart-contract-analytics

Use cases

  • Querying event logs emitted by a specific Tron smart contract
  • Monitoring TRC20 token transfer events for a contract address
  • Building analytics dashboards that track Tron contract activity
  • Automated agents that need on-chain Tron event data for decision-making

Fit

Best for

  • Developers needing Tron contract event data behind a simple pay-per-call API
  • AI agents that can settle x402 micropayments in USDC or USDT
  • Applications that need programmatic access to Tron on-chain events without running a full node

Not for

  • Querying non-Tron blockchains (this endpoint is Tron-specific)
  • Free or high-volume bulk event scraping (each call costs $0.01)
  • Users who need detailed event ABI decoding — response schema details are undocumented

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/contract/events \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"}'

Example

Request

{
  "address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
}

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 input schema and pricing, but the response data structure is entirely opaque — the example output shows an empty `data` object and no documentation was found for the actual event fields. The provider's docs URL returns a 404.

Warnings

  • Response schema is undocumented — the example output contains an empty data object with no field descriptions.
  • Provider documentation at /docs returns endpoint_not_found; no external docs site was reachable.
  • The endpoint description is generic ('Crypto data intelligence') and does not detail what event fields are returned.
  • Pricing inferred from x402 challenge amount 10000 with USDC (6 decimals) = $0.01 per call; confirm with provider.

Citations

Provenance

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

Agent access

Retrieve Tron smart contract events via x402 micropayment, powered by EruditePay Bridge. — Clawmart · Clawmart