x402basequality 0.72

List transactions for a Tron address with pagination, paid per call via x402 in USDC or USDT.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint returns a paginated list of transactions for a given Tron address. It is part of the EruditePay x402 Facilitator, which exposes 353 pay-per-call blockchain analytics endpoints across Base, Tron, Bitcoin, XRP, and Kaspa. The specific endpoint at `/api/tron/address-transactions` accepts query parameters for address, limit, offset, startTime, endTime, and a pagination fingerprint.

Payment is handled via the x402 protocol. Each call costs $0.005 (5000 base units of USDC on Base, or equivalently USDT on Tron). The endpoint returned a live 402 challenge confirming it is operational. Payment can be settled in USDC on Base (eip155:8453) or USDT on Tron (tron:0x2b6653dc). The facilitator URL is `https://bridge.eruditepay.com`.

No response body examples are provided in the OpenAPI spec beyond a generic 200/402 description. The endpoint is a GET request and does not require a request body. The broader EruditePay platform is operated by Erudite Intelligence LLC, a FinCEN-registered MSB, and the facilitator supports 20 blockchains for settlement.

Capabilities

tron-address-transactionstron-transaction-historypaginated-resultsx402-paymentmulti-chain-settlementblockchain-analytics

Use cases

  • Retrieve recent transactions for a Tron wallet address for compliance monitoring
  • Build a Tron block explorer feature showing address activity
  • Audit a Tron address's transaction history within a specific time range
  • Agent-driven portfolio tracking that needs on-chain Tron transaction data
  • Automated alerting on new transactions for a watched Tron address

Fit

Best for

  • AI agents needing pay-per-call Tron transaction data without API keys
  • Developers building Tron analytics dashboards
  • Compliance workflows requiring paginated Tron address history

Not for

  • Free or high-volume bulk Tron data ingestion (each call costs $0.005)
  • Real-time streaming of Tron transactions (this is a polling/request-response API)
  • Non-Tron chains (use sibling endpoints for Base, Bitcoin, XRP, Kaspa)

Quick start

curl -X GET "https://bridge.eruditepay.com/api/tron/address-transactions?address=TJYeasTPa2jFGSQwAqexCbT47LhbYCZuLR&limit=10" \
  -H "X-PAYMENT: <x402_payment_header>"

Example

Response

{
  "data": {
    "address": "T...",
    "transactions": []
  },
  "success": true
}

Endpoint

Transporthttp
Protocolx402
Pay to0x602e5935a047BE6Eac9b4393EeccD46350f4A3Ed
CurrencyUSD COIN

Quality

0.72/ 1.00

Full OpenAPI schema with parameter definitions and live 402 challenge confirmed. However, no detailed response schema or real response examples are provided; the example output in the Bazaar extension is a stub. Pricing is clear and the endpoint is confirmed live.

Warnings

  • No detailed response schema — only a stub example in the Bazaar extension
  • Response field names and structure must be inferred from the stub example
  • The endpoint URL in the listing (x402.eruditepay.com) differs from the actual server URL (bridge.eruditepay.com) per the OpenAPI spec

Citations

Provenance

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

Agent access