Tron smart-money intelligence for any wallet address, paid per call via x402.
What it does
The Tron Smart Money endpoint at bridge.eruditepay.com analyzes a given Tron wallet address and returns intelligence data (described by the provider as "Tron intelligence"). You POST a JSON body containing a T-prefix base58 Tron address, and the endpoint returns a JSON object with a success flag and a data payload. The exact contents of the data object are not documented beyond the example stub `{"success": true, "data": {}}`, so the depth and nature of the intelligence (e.g., whale tracking, token flow analysis, profit/loss metrics) must be inferred from the endpoint name "smart-money."
Pricing is $0.05 per call. The endpoint accepts payment on two networks: USDC on Base (eip155:8453) at 50,000 base units (6 decimals = $0.05), or USDT on Tron (tron:728126428) at 50,000 base units ($0.05). Payments are facilitated through the EruditePay x402 Bridge, which supports the x402 v2 protocol. The facilitator is Coinbase CDP for the Base/USDC option. The provider is Erudite Intelligence LLC, a FinCEN-registered MSB.
The endpoint is live and returns a proper 402 challenge with full payment requirements. However, documentation is minimal — there is no OpenAPI spec, no detailed description of the response schema, and the example output is an empty data object. Users should expect blockchain wallet analytics but cannot confirm the exact fields returned without making a paid call.
Capabilities
Use cases
- —Analyze a Tron wallet address for smart-money signals before making trading decisions
- —Integrate Tron wallet intelligence into a trading bot or portfolio tracker
- —Screen Tron addresses for whale activity or notable token flows
- —Build compliance or due-diligence tooling that profiles Tron wallets
Fit
Best for
- —Developers building Tron-focused analytics dashboards
- —Trading bots that need per-call wallet intelligence on Tron
- —Agents that need programmatic, pay-per-use blockchain analytics
Not for
- —Users who need detailed documentation or guaranteed response schemas before integrating
- —Analytics across non-Tron blockchains (this endpoint is Tron-specific)
- —Free or bulk-discounted wallet lookups
Quick start
curl -X POST https://bridge.eruditepay.com/api/tron/smart-money \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{"address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"}'Example
Request
{
"address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"
}Response
{
"data": {},
"success": true
}Endpoint
Quality
The endpoint is live with a valid x402 challenge, clear pricing ($0.05/call), and a basic input schema. However, there is no documentation of what the response data object actually contains, no OpenAPI spec, and the example output is an empty stub. The endpoint's value proposition is largely inferred from its name.
Warnings
- —Response data schema is completely undocumented — the example output shows an empty object.
- —No OpenAPI or detailed API docs available; /docs returns 404.
- —The exact nature of 'Tron intelligence' is not specified beyond the endpoint name 'smart-money'.
Citations
- —The endpoint returns a 402 challenge with x402 v2 protocol, accepting USDC on Base and USDT on Tron at 50,000 base units each.https://bridge.eruditepay.com/api/tron/smart-money
- —The provider is Erudite Intelligence LLC, a FinCEN-registered MSB with BSA ID 31000324258137.https://bridge.eruditepay.com
- —The EruditePay Bridge supports 20 blockchains and charges 0.5% per settlement with free verification.https://bridge.eruditepay.com
- —The input schema requires a Tron address (T-prefix base58) sent as a POST JSON body.https://bridge.eruditepay.com/api/tron/smart-money