Tron whale transfer intelligence via x402 micropayment — pay per query in USDC or USDT.
What it does
This endpoint from Erudite Intelligence LLC provides crypto data intelligence focused on Tron whale transfers. It accepts a POST request with a transaction hash, blockchain chain identifier, and a Tron address (T-prefix base58), and returns structured JSON about whale transfer activity. The endpoint is live and uses the x402 v2 payment protocol.
Pricing is $0.01 per call (10,000 base units of a 6-decimal stablecoin). Two payment options are accepted: USDC on Base (eip155:8453) or USDT on Tron (tron:728126428). Payments are facilitated through the EruditePay x402 Bridge, which supports 20 blockchains and settles via Coinbase CDP or directly on Tron. The facilitator charges 0.5% per settlement on top of the endpoint price.
Documentation is sparse — the provider's /docs path returns a 404, and the Bazaar schema embedded in the x402 challenge is the only specification available. The output example is a generic `{"success": true, "data": {}}` stub, so the exact shape of whale transfer data returned is unknown. The endpoint is confirmed live (402 challenge captured), but consumers should expect to experiment with request parameters to understand the full response structure.
Capabilities
Use cases
- —Monitor large-value Tron transfers for compliance or trading signals
- —Look up whale activity associated with a specific Tron address
- —Investigate specific transactions by hash for whale-level movement
- —Feed whale transfer data into trading bots or alert systems
Fit
Best for
- —Crypto analysts tracking Tron whale movements
- —Trading bots that need real-time large-transfer signals
- —Compliance teams monitoring high-value Tron transactions
Not for
- —General-purpose blockchain explorers needing full transaction history
- —Non-Tron blockchain whale tracking (endpoint is Tron-specific)
- —Users who need detailed API documentation before integrating
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/whale/transfers \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{"address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"}'Example
Request
{
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"chain": "base",
"address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"
}Response
{
"data": {},
"success": true
}Endpoint
Quality
The endpoint is confirmed live with a well-formed x402 v2 challenge, clear pricing ($0.01/call), and a basic input schema. However, documentation is effectively absent (/docs returns 404), the output example is a stub with no real data shape, and the exact semantics of the 'hash' and 'chain' fields in a Tron-specific endpoint are unclear.
Warnings
- —No documentation available — /docs returns 404
- —Output schema is a generic stub; actual response structure is unknown
- —The example request includes 'chain: base' for a Tron whale endpoint, which is confusing and may indicate the schema example is inaccurate
- —The 'hash' field shows a zero-filled placeholder; unclear what transaction hash format is expected
Citations
- —Endpoint returns x402 v2 challenge with price of 10000 base units USDC on Base or USDT on Tronhttps://bridge.eruditepay.com/v1/tron/whale/transfers
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered (BSA ID 31000324258137)https://bridge.eruditepay.com
- —Facilitator is Coinbase CDP for Base chain paymentshttps://bridge.eruditepay.com