Tron address risk-score endpoint — crypto data intelligence via x402 micropayment
What it does
This endpoint, hosted by Erudite Intelligence LLC on the EruditePay Bridge, returns a risk score for a given Tron wallet or contract address. It accepts a POST request with a JSON body containing an `address` field and returns a JSON response with a `success` boolean and a `data` object. The endpoint is gated behind the x402 payment protocol (version 2), requiring per-call micropayments before serving results.
Two payment options are available: USDC on Base (eip155:8453) at 10,000 base units ($0.01) per call, or USDT on Tron (tron:728126428) at 10,000 base units ($0.01) per call. The facilitator for Base payments is Coinbase CDP; the Tron payment path is handled natively. The endpoint is live and returns a proper 402 challenge when called without payment.
Documentation is sparse — the provider's landing page focuses on the Bridge facilitator service rather than this specific intelligence endpoint, and the linked docs site (docs.eruditepay.com) was not reachable during crawl. The output schema example shows only `{"success": true, "data": {}}` with no detail on what fields appear inside `data`, so the exact structure of the risk-score response is unknown. The provider is described as a FinCEN MSB-registered entity (BSA ID 31000324258137) operating non-custodially.
Capabilities
Use cases
- —Screen Tron addresses for risk before processing transactions
- —Integrate automated compliance checks into a crypto exchange or wallet onboarding flow
- —Build agent workflows that assess counterparty risk on the Tron network before executing trades
- —Flag suspicious Tron addresses in real-time payment pipelines
Fit
Best for
- —Compliance teams needing programmatic Tron address risk checks
- —Crypto applications requiring per-call, pay-as-you-go AML screening
- —AI agents that need low-cost on-demand blockchain intelligence
Not for
- —Risk scoring on non-Tron blockchains (endpoint is Tron-specific)
- —Bulk historical address screening with no per-call budget
- —Users who need detailed documentation or SLA guarantees before integration
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/address/risk-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 and returns a valid x402 v2 challenge with clear pricing. However, the output schema is essentially empty (data: {}), there is no reachable documentation, and the actual risk-score response fields are unknown. Pricing and payment mechanics are well-defined, but the lack of output detail significantly limits usefulness for integrators.
Warnings
- —Output schema is a stub — the example shows only {"success": true, "data": {}} with no documented fields inside data
- —docs.eruditepay.com was not reachable during crawl; /docs on the bridge returns 404
- —No information on rate limits, error codes, or supported address formats
- —Endpoint deals with compliance/AML-adjacent data — verify regulatory applicability in your jurisdiction
Citations
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered with BSA ID 31000324258137https://bridge.eruditepay.com
- —Payment accepts USDC on Base (10000 base units = $0.01) or USDT on Tron (10000 base units = $0.01)https://bridge.eruditepay.com/v1/tron/address/risk-score
- —x402 v2 protocol with Coinbase CDP facilitator for Base paymentshttps://bridge.eruditepay.com
- —Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com