x402basequality 0.40

Monitor whale moves on Base and other blockchains via x402-paid crypto intelligence endpoint.

Price
per_call
Protocol
x402
Verified
no

What it does

The whale-moves endpoint at bridge.eruditepay.com provides crypto data intelligence focused on monitoring large-value ("whale") transactions on blockchain networks. It is an x402-protocol endpoint operated by Erudite Intelligence LLC. Callers send a POST request with a JSON body specifying the blockchain network to monitor (e.g., `{"chain": "base"}`), and receive a JSON response containing whale movement data.

Payment is required per-call via the x402 protocol. The endpoint accepts two payment options: USDC on Base (network eip155:8453) at 10,000 base units ($0.01 USD) per request, or USDT on Tron (network tron:728126428) at 10,000 base units ($0.01 USD) per request. Payment is facilitated through the Coinbase CDP x402 facilitator for the Base option. The maximum payment timeout is 300 seconds for both options.

Documentation for this specific endpoint is sparse. The provider's landing page describes EruditePay Bridge primarily as an x402 payment facilitator supporting 20 blockchains, but the whale-moves endpoint appears to be a separate data intelligence product hosted on the same infrastructure. The response schema is only loosely defined — the example output shows `{"success": true, "data": {}}` with no further detail on what fields the `data` object contains. No dedicated docs page was found (the /docs path returns a 404). The endpoint is live and returning a valid x402 402 challenge.

Capabilities

whale-transaction-monitoringblockchain-analyticsx402-paymentmulti-chain-supportcrypto-data-intelligencejson-api

Use cases

  • Monitoring large-value token transfers on Base for trading signals
  • Detecting whale accumulation or distribution patterns on supported chains
  • Feeding whale movement data into automated trading or alerting agents
  • Building dashboards that track significant on-chain capital flows

Fit

Best for

  • Crypto trading bots that need real-time whale activity data
  • On-chain analytics agents monitoring large transfers
  • Developers building whale-alert-style notification systems

Not for

  • Historical blockchain data queries or full block explorers
  • Non-crypto analytics or traditional finance monitoring
  • Users who need detailed API documentation before integrating

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/monitor/whale-moves \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"chain": "base"}'

Example

Request

{
  "chain": "base"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live and returns a valid x402 402 challenge with pricing and schema metadata. However, documentation is essentially absent — no dedicated docs page exists, the output schema example is an empty object, and there is no description of what whale-moves data actually contains. The endpoint's purpose is inferred from its URL path and the brief 'Crypto data intelligence' description in the challenge.

Warnings

  • No dedicated documentation found for the whale-moves endpoint; /docs returns 404.
  • The example output schema shows an empty data object — actual response structure is unknown.
  • The provider's main site describes a payment facilitator, not a data intelligence product; this endpoint's capabilities are unclear.
  • Input schema only documents a 'chain' parameter; there may be additional undocumented parameters.

Citations

Provenance

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

Agent access