x402basequality 0.45

Find similar wallets on the Tron network given a wallet or contract address.

Price
per_call
Protocol
x402
Verified
no

What it does

This x402-payable endpoint from Erudite Intelligence LLC accepts a Tron wallet or contract address and returns intelligence about similar wallets on the Tron network. The endpoint is live and responds with an x402 v2 payment challenge, accepting either USDC on Base (eip155:8453) or USDT on Tron (tron:728126428) at $0.05 per call.

The API is a simple POST that takes a JSON body with an `address` field (a wallet or contract address) and returns a JSON object with a `success` boolean and a `data` object. The endpoint description in the x402 challenge is "Tron intelligence," and the Bazaar schema confirms the input/output contract. However, no detailed documentation exists for this specific endpoint — the provider's docs URL returns a 404, and the landing page focuses on the EruditePay Bridge facilitator service rather than the intelligence API endpoints it hosts.

Payment is settled via the x402 protocol. Two payment options are available: 50,000 base units of USDC (6 decimals = $0.05) on Base via the Coinbase CDP facilitator, or 50,000 base units of USDT (6 decimals = $0.05) on Tron. The provider is Erudite Intelligence LLC, a FinCEN MSB-registered entity.

Capabilities

tron-wallet-analysissimilar-wallet-discoveryblockchain-intelligencex402-paymentmulti-chain-settlement

Use cases

  • Identifying wallets with similar transaction patterns or holdings on Tron
  • Compliance and forensic analysis of Tron wallet clusters
  • Building wallet relationship graphs for on-chain analytics
  • Detecting related addresses for anti-fraud investigations

Fit

Best for

  • Blockchain analytics platforms needing Tron wallet clustering
  • Compliance teams investigating Tron address relationships
  • AI agents performing on-chain intelligence gathering

Not for

  • Non-Tron blockchain wallet analysis (endpoint is Tron-specific)
  • Users who need detailed documentation or guaranteed response schemas before integrating

Quick start

curl -X POST https://bridge.eruditepay.com/api/tron/wallet/similar \
  -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, schema, and pricing. However, there is no dedicated documentation for this intelligence endpoint, the example output shows an empty data object, and the actual structure of the returned similar-wallet data is unknown.

Warnings

  • No documentation exists for this endpoint; /docs returns 404
  • The example output in the Bazaar extension shows an empty data object — actual response structure is undocumented
  • The input schema uses a generic zero-address placeholder rather than a real Tron address example
  • Provider landing page focuses on the Bridge facilitator, not the intelligence API

Citations

Provenance

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

Agent access