List transactions for a Tron address with pagination, paid per call via x402 in USDC or USDT.
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
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
Quality
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
- —The endpoint costs $0.005 per call (5000 base units USDC on Base)https://x402.eruditepay.com
- —EruditePay x402 Facilitator exposes 353 x402-payable blockchain analytics endpointshttps://x402.eruditepay.com
- —Payment can be settled in USDC on Base (eip155:8453) or USDT on Tronhttps://x402.eruditepay.com
- —Operated by Erudite Intelligence LLC, FinCEN MSB registered (BSA ID 31000324258137)https://x402.eruditepay.com
- —The facilitator supports 20 blockchains for settlementhttps://x402.eruditepay.com