Tron wallet intelligence scoring via x402 micropayment on Base or Tron
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
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
Quality
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
- —Endpoint is operated by Erudite Intelligence LLChttps://bridge.eruditepay.com
- —Payment accepts USDC on Base (eip155:8453) or USDT on Tron (tron:728126428) at 50000 base units ($0.05)https://bridge.eruditepay.com/api/tron/wallet/score
- —EruditePay is a FinCEN MSB registered entity (BSA ID 31000324258137)https://bridge.eruditepay.com
- —Facilitator for Base payments is Coinbase CDPhttps://bridge.eruditepay.com/api/tron/wallet/score