x402basequality 0.45

Look up the first transaction for any Tron wallet address via x402 micropayment.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint, hosted by Erudite Intelligence LLC on their EruditePay x402 Bridge, returns the first transaction associated with a given Tron wallet or contract address. It is a paid x402 endpoint that accepts a POST request with a JSON body containing an `address` field and returns JSON data about the wallet's earliest on-chain activity.

The endpoint accepts payment via two options: USDC on Base (eip155:8453) at $0.05 per call, or USDT on Tron (tron:728126428) at $0.05 per call. Both amounts are 50,000 base units with 6 decimals. Payment is facilitated through the x402 v2 protocol, with Coinbase CDP as one facilitator option. The provider describes the broader service as "Tron intelligence."

Documentation beyond the x402 challenge and the landing page is sparse — the `/docs` path returns a 404, and the Bazaar schema extension provides only a minimal example (an address field in the request body and a generic `{"success": true, "data": {}}` response). The exact structure of the returned transaction data is not documented. The endpoint is live and responds with a proper 402 challenge on POST requests.

Capabilities

tron-blockchainwallet-first-transactionaddress-lookupx402-paymentusdc-baseusdt-tronjson-api

Use cases

  • Determine when a Tron wallet was first active on-chain for KYC or risk scoring
  • Verify wallet age as part of anti-fraud or sybil-detection workflows
  • Enrich blockchain analytics dashboards with wallet origination data
  • Agent-driven due diligence on Tron addresses before transacting

Fit

Best for

  • Agents or services needing Tron wallet age or first-activity data
  • Compliance and risk teams investigating Tron addresses
  • Blockchain analytics pipelines that need wallet provenance

Not for

  • Querying non-Tron blockchains (this endpoint is Tron-specific)
  • Retrieving full transaction history or balance information
  • Free or unauthenticated bulk lookups (each call costs $0.05)

Quick start

curl -X POST https://bridge.eruditepay.com/api/tron/wallet/first-tx \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"address": "TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7"}'

Example

Request

{
  "address": "TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7"
}

Response

{
  "data": {},
  "success": true
}

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live with a valid x402 challenge and a basic Bazaar schema, but documentation is effectively absent — /docs returns 404, the response example is a stub with an empty data object, and the actual fields returned are unknown. Pricing and payment options are clear from the challenge.

Warnings

  • No documentation available: /docs returns 404
  • Response schema is a stub — the example output is {"success": true, "data": {}} with no field definitions
  • The exact structure of returned transaction data is undocumented and must be discovered empirically
  • Provider description says only 'Tron intelligence' — no detailed endpoint-level docs exist

Citations

Provenance

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

Agent access