x402basequality 0.45

Tron smart-money intelligence for any wallet address, paid per call via x402.

Price
per_call
Protocol
x402
Verified
no

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

tron-wallet-analysissmart-money-detectionblockchain-intelligencex402-paymentmulti-chain-settlementusdc-baseusdt-tron

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

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

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

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 01:35:24Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access