Deep-dive whale accumulation analysis with net capital flows and top holders via Bitquery, paid per-call in USDC.
What it does
This endpoint from Einstein AI provides a raw deep-dive into large wallet accumulation patterns, returning net capital flows and top holder data sourced from Bitquery's on-chain analytics. It is part of a broader suite of blockchain intelligence endpoints offered at emc2ai.io, all payable via the x402 protocol with no API keys required.
The endpoint accepts POST requests with optional parameters for chain (Base, Ethereum, BSC, Arbitrum, Polygon, Optimism, Solana), result limit (up to 500), and time period (1h to 30d). It costs $0.85 per request, payable in USDC on Base (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), USDC on Solana, or 1,113 sats via Lightning Network. The "/raw" suffix indicates this endpoint returns structured data without AI-generated narrative analysis, unlike the non-raw whale intelligence endpoints in the same suite.
The x402 payment challenge was successfully captured, confirming the endpoint is live. It supports three settlement networks: Base mainnet (USDC), Solana mainnet (USDC), and Bitcoin Lightning. The broader Einstein AI platform also offers endpoints for token charts, OHLCV data, launchpad monitoring (Pump.fun, Zora), MEV detection, rug-pull scanning, arbitrage scanning, smart money tracking, and more, with prices ranging from $0.25 to $1.15 per call. Note that this specific "/deepdive/raw" path is not listed in the published OpenAPI spec but is live and discoverable via the x402 challenge.
Capabilities
Use cases
- —Identify tokens being accumulated by large wallets across multiple chains
- —Monitor net capital inflows and outflows for specific tokens or chains
- —Detect whale accumulation trends before price movements
- —Build automated trading signals based on whale behavior data
- —Audit top holder distribution for due diligence on new tokens
Fit
Best for
- —AI agents needing programmatic on-chain whale intelligence without API keys
- —DeFi researchers tracking large wallet movements across EVM chains and Solana
- —Trading bots that need raw structured data on accumulation patterns
Not for
- —Users needing free or subscription-based blockchain data (this is pay-per-call)
- —Historical data beyond 30 days (max time period is 30d)
- —Non-blockchain analytics or general-purpose AI queries
Quick start
curl -X POST https://emc2ai.io/x402/bitquery/deepdive/raw \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64-signed-USDC-authorization>" \
-d '{"chain": "base", "limit": "10", "timeperiod": "24h"}'Example
Request
{
"chain": "base",
"limit": "10",
"timeperiod": "24h"
}Response
{
"result": {
"data": [],
"description": "Deep dive whale accumulation data"
},
"status": "completed",
"payment": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "850000",
"scheme": "exact",
"txHash": "0x...",
"network": "base",
"timestamp": "2025-01-01T00:00:00Z",
"x402Version": 1
}
}Endpoint
Quality
The x402 challenge is live and well-structured with a full outputSchema, three payment networks, and clear pricing. A comprehensive OpenAPI spec covers the broader API suite. However, this specific /deepdive/raw endpoint is not in the published OpenAPI paths, and no actual response example is available since payment is required. The /api route returned a 522 error during crawl.
Warnings
- —The /deepdive/raw endpoint is not listed in the published OpenAPI spec; it was discovered only via the live x402 challenge.
- —The /api route returned a Cloudflare 522 (origin timeout) during crawl, suggesting intermittent backend availability.
- —Example response is inferred from the outputSchema and sibling endpoint schemas; no actual paid response was captured.
Citations
- —Endpoint costs $0.85 per call (850000 atomic units, 6 decimals USDC)https://emc2ai.io/x402/bitquery/deepdive/raw
- —Accepts payment on Base (USDC), Solana (USDC), and Lightning Network (sats)https://emc2ai.io/x402/bitquery/deepdive/raw
- —Supported chains include base, ethereum, bsc, arbitrum, polygon, optimism, solanahttps://emc2ai.io/x402/bitquery/deepdive/raw
- —Einstein AI x402 API prices range from $0.25 to $1.15 across endpointshttps://emc2ai.io
- —Pay-per-feature model with USD-anchored pricing, no API keys required for x402https://emc2ai.io/docs
- —The /api route returned a 522 timeout error during crawlhttps://emc2ai.io/api