x402basequality 0.45

Monitor large token swaps on the Tron blockchain via pay-per-call x402 endpoint.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint at bridge.eruditepay.com monitors large swaps on the Tron network. It accepts a POST request with a JSON body specifying a blockchain chain identifier and a Tron address (T-prefix base58 format), and returns structured JSON indicating success along with swap data. The endpoint is operated by Erudite Intelligence LLC and is gated behind the x402 payment protocol (v2).

Payment can be made in USDC on Base (eip155:8453) or USDT on Tron (tron:728126428), both at a cost of 10,000 base units per call — which equals $0.01 USD given 6-decimal stablecoins. The x402 facilitator used is Coinbase CDP for the Base payment rail. The endpoint returns application/json responses.

Documentation beyond the x402 challenge and the Bazaar schema extension is sparse. The crawled landing page describes EruditePay as an x402 payment facilitator supporting 20 blockchains, but specific documentation for the large-swaps monitoring endpoint itself (field definitions, response data structure, rate limits, filtering options) is not available. The example output in the Bazaar schema shows `{"success": true, "data": {}}` without detailing what fields appear inside `data` for real results.

Capabilities

tron-swap-monitoringlarge-swap-detectionblockchain-analyticsx402-paymentmulti-chain-paymentstablecoin-settlement

Use cases

  • Detect large token swaps on Tron for whale-watching or market intelligence
  • Monitor a specific Tron address for significant swap activity
  • Feed swap data into trading bots or alert systems
  • Enrich on-chain analytics dashboards with large-swap events

Fit

Best for

  • Crypto analysts tracking whale activity on Tron
  • Trading bots that need real-time large-swap signals
  • On-chain intelligence platforms integrating Tron data

Not for

  • Monitoring non-Tron blockchains (endpoint is Tron-specific)
  • Free or high-volume bulk historical data extraction (pay-per-call model)
  • Users who cannot pay with USDC on Base or USDT on Tron

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/monitor/large-swaps \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"chain": "tron", "address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"}'

Example

Request

{
  "chain": "tron",
  "address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"
}

Response

{
  "data": {},
  "success": true
}

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live and returns a valid x402 challenge with a Bazaar schema extension that documents input/output structure. However, there is no dedicated documentation for this endpoint, the response data schema is essentially empty (example shows `data: {}`), and there is no information on what fields are returned for actual swap results, rate limits, or filtering options.

Warnings

  • No dedicated documentation found for the /v1/tron/monitor/large-swaps endpoint — /docs returns 404
  • Response data schema is unspecified; the example output only shows an empty data object
  • The Bazaar schema example body uses 'chain: base' with a Tron address, which is potentially inconsistent
  • No information on rate limits, pagination, or historical vs. real-time data coverage

Citations

Provenance

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

Agent access