Tron whale wallet intelligence via x402 micropayment — pay per query in USDC or USDT.
What it does
This endpoint, operated by Erudite Intelligence LLC, provides crypto data intelligence focused on Tron whale wallets. You POST a wallet or contract address along with a chain identifier, and receive structured JSON data about that address. The endpoint is gated behind the x402 v2 payment protocol, meaning each call requires a micropayment before data is returned.
Payment is accepted via two routes: USDC on Base (eip155:8453) or USDT on Tron (tron:728126428), both at 10,000 base units per request — which equals $0.01 USD given 6-decimal stablecoins. Settlement is facilitated through the EruditePay Bridge, which supports 20 blockchains and charges 0.5% per settlement. The facilitator used for Base-side payments is Coinbase CDP's x402 endpoint.
Documentation is sparse. The Bazaar schema embedded in the 402 challenge describes the input (address + chain) and a generic output shape ({success: true, data: {}}), but there is no detailed API reference, field-level documentation, or concrete response examples showing what whale wallet data is actually returned. The endpoint URL path suggests Tron-specific whale wallet tracking, but the input schema allows specifying any chain, so the exact scope is unclear.
Capabilities
Use cases
- —Identify and monitor large Tron wallet holders for trading signals
- —Analyze whale wallet activity across supported blockchains
- —Integrate whale wallet data into trading bots or dashboards
- —Screen addresses for large-holder concentration risk
- —Build on-chain intelligence pipelines with per-query micropayments
Fit
Best for
- —Crypto traders needing whale wallet intelligence on Tron
- —Agents or bots that can pay per-query via x402 stablecoins
- —Developers building blockchain analytics dashboards
Not for
- —Users who need free or subscription-based access without per-call crypto payments
- —Analysts needing detailed historical transaction-level data (unclear if provided)
- —Non-crypto use cases
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/whale/wallets \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"address": "TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7", "chain": "tron"}'Example
Request
{
"chain": "tron",
"address": "TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7"
}Response
{
"data": {},
"success": true
}Endpoint
Quality
The endpoint is live (402 challenge captured) with a clear payment schema and input specification, but documentation is effectively absent — no detailed API docs, no real response examples, and the output schema is a generic stub. The actual data returned is unknown beyond {success, data}.
Warnings
- —No detailed API documentation available — /docs returns 404
- —Output example is a generic stub ({success: true, data: {}}) with no field descriptions
- —Unclear what specific whale wallet data fields are returned
- —The input schema allows any chain but the URL path implies Tron-only — scope ambiguity
- —Provider docs site (docs.eruditepay.com) was not crawled and may or may not exist
Citations
- —Endpoint returns x402 v2 challenge with USDC on Base and USDT on Tron payment options at 10,000 base units ($0.01)https://bridge.eruditepay.com/v1/tron/whale/wallets
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com
- —Operator is Erudite Intelligence LLC, FinCEN MSB registered (BSA ID 31000324258137)https://bridge.eruditepay.com
- —Coinbase CDP facilitator used for Base network paymentshttps://bridge.eruditepay.com