x402basequality 0.45

Tron whale transfer intelligence via x402 micropayment — pay per query in USDC or USDT.

Price
per_call
Protocol
x402
Verified
no

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

tron-whale-transfersblockchain-intelligencex402-paymentusdc-baseusdt-troncrypto-analyticstransaction-lookupaddress-monitoring

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

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

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

Provenance

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

Agent access