x402basequality 0.45

Tron wallet intelligence scoring via x402 micropayment on Base or Tron

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint provides a Tron blockchain wallet or contract address scoring/intelligence service. You POST a Tron address and receive a score or intelligence data about that wallet. The endpoint is operated by Erudite Intelligence LLC and is gated behind the x402 payment protocol (version 2).

Payment can be made in USDC on Base (eip155:8453) or USDT on Tron (tron:728126428), both at a cost of 50,000 base units — which equals $0.05 per request (both USDC and USDT use 6 decimals). The x402 challenge was successfully captured, confirming the endpoint is live. The facilitator for Base payments is Coinbase CDP; Tron payments are handled directly by the provider.

Documentation is sparse. The crawled landing page describes EruditePay's x402 Bridge facilitator infrastructure but does not document the wallet score endpoint's response schema in detail. The Bazaar extension in the x402 challenge provides a minimal input/output schema: you send a JSON body with an `address` field (string) and receive a JSON object with `success` (boolean) and `data` (object). The exact contents of the `data` object are unspecified. No OpenAPI spec or dedicated docs page was found for this endpoint.

Capabilities

tron-wallet-scoringblockchain-intelligencex402-paymentusdc-baseusdt-tronaddress-analysiswallet-risk-scoring

Use cases

  • Assess risk or reputation of a Tron wallet address before transacting
  • Automate compliance checks on Tron addresses in payment pipelines
  • Enrich on-chain analytics dashboards with wallet intelligence scores
  • Screen counterparty Tron addresses in DeFi or OTC workflows

Fit

Best for

  • Agents or services that need programmatic Tron wallet risk assessment
  • Compliance and AML workflows involving Tron addresses
  • On-chain analytics platforms integrating wallet scoring

Not for

  • Scoring wallets on non-Tron blockchains (endpoint is Tron-specific)
  • Use cases requiring detailed human-readable risk reports (response schema is opaque)

Quick start

curl -X POST https://bridge.eruditepay.com/api/tron/wallet/score \
  -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 (402 challenge captured) with clear pricing ($0.05/call) and a minimal input schema, but the output schema is essentially empty ("data": {}), there is no dedicated documentation, and the exact meaning and structure of the wallet score response is unknown.

Warnings

  • No dedicated documentation found for this endpoint; /docs returns 404
  • Output schema is opaque — the example response shows an empty data object with no field definitions
  • The exact scoring methodology and data fields returned are undocumented

Citations

Provenance

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

Agent access