x402basequality 0.45

Tron address statistics via x402-paid crypto data intelligence endpoint

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint, operated by Erudite Intelligence LLC, provides on-chain statistics for Tron wallet or contract addresses. It accepts a POST request with a JSON body containing an `address` field and returns structured data about that address. The endpoint is described as "Crypto data intelligence" in its x402 challenge.

Payment is required via the x402 protocol (HTTP 402 challenge). The endpoint accepts two payment options: USDC on Base (network eip155:8453) at 0.01 USDC per call, or USDT on Tron (network tron:728126428) at 0.01 USDT per call. Both amounts are 10,000 base units with 6 decimal places, equaling $0.01 per request. Payments are facilitated through the EruditePay Bridge, which supports 20 blockchains and is operated by a FinCEN MSB-registered entity.

Documentation is sparse — the endpoint's output schema only shows a generic `{"success": true, "data": {}}` example without detailing what fields are returned in the `data` object. There is no dedicated API documentation page (the /docs path returns a 404). The exact statistics returned for a given Tron address are not documented in the available materials, so users should expect to discover the response shape empirically.

Capabilities

tron-address-statscrypto-data-intelligencex402-paymentusdc-base-paymentusdt-tron-paymenton-chain-analyticswallet-analysis

Use cases

  • Retrieve on-chain statistics for a Tron wallet address before executing a transaction
  • Analyze Tron contract addresses for due diligence or compliance screening
  • Build dashboards that display Tron address activity and metrics
  • Agent-driven crypto portfolio analysis that needs Tron address data

Fit

Best for

  • Developers needing Tron address analytics via a pay-per-call model
  • AI agents that need on-chain Tron data without API key management
  • Applications requiring micro-payment-gated blockchain intelligence

Not for

  • Bulk historical Tron transaction data exports (no batch endpoint documented)
  • Non-Tron blockchain address lookups (this endpoint is Tron-specific)
  • Users who need detailed documentation before integrating (output schema is undocumented)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/address/stats \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>" \
  -d '{"address": "TTikV9JD3xTfk5TDv8HMEvpWmNQS8Fm6Pw"}'

Example

Request

{
  "address": "TTikV9JD3xTfk5TDv8HMEvpWmNQS8Fm6Pw"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing and payment options. However, the output schema is essentially empty (generic example with no documented fields), there is no API documentation available, and the actual data returned is unknown. The Bazaar schema provides input structure but output is opaque.

Warnings

  • Output schema is undocumented — the example response only shows {"success": true, "data": {}} with no field definitions
  • No dedicated API documentation exists (docs.eruditepay.com referenced but /docs returns 404 on the bridge domain)
  • The exact statistics returned for a Tron address are not specified in any available material

Citations

Provenance

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

Agent access