Multi-chain investment report covering bonding curves, liquidity shifts, and whale activity via Bitquery data.
What it does
This endpoint generates a comprehensive multi-chain investment analysis report powered by Bitquery on-chain data. It aggregates intelligence across up to eight supported chains (Base, Ethereum, BSC, Solana, Arbitrum, Polygon, Optimism, zkSync) and returns raw structured data covering bonding curve progress, liquidity pool movements, and whale accumulation patterns. The "/raw" variant returns query result data without AI-generated narrative analysis.
The endpoint is part of the Einstein AI x402 API suite operated at emc2ai.io. It accepts POST requests with a JSON body specifying which chains to include, an optional result limit (up to 500), and a time period (1h to 30d). Payment is settled via the x402 protocol at $1.00 per request, payable in USDC on Base, USDC on Solana, or 1,310 sats via Lightning Network. No API keys are required — authentication is handled entirely through the X-PAYMENT header containing a signed payment authorization.
The broader Einstein AI platform offers over 20 x402-enabled endpoints spanning market data (token charts, OHLCV), market analysis (top tokens, volume leaders, DEX capital concentration), whale intelligence (smart money tracking, wallet holdings), launchpad monitoring (Pump.fun, Zora), security audits (rug pull scanner, MEV detection, token sniping), and DeFi tools (arbitrage scanner, liquidity shifts). Prices across the suite range from $0.25 to $1.15 per call. The OpenAPI spec is fully documented with request/response schemas.
Capabilities
Use cases
- —Generate a cross-chain investment snapshot covering top tokens, liquidity, and whale activity for a trading bot
- —Feed raw on-chain analytics into an autonomous agent's decision pipeline before executing trades
- —Monitor bonding curve graduation progress and liquidity shifts across multiple chains in a single call
- —Build a daily investment digest aggregating Base, Ethereum, BSC, and Solana market data
- —Screen multiple chains simultaneously for whale accumulation signals
Fit
Best for
- —AI agents needing structured multi-chain market intelligence via pay-per-call
- —DeFi researchers wanting aggregated cross-chain investment data without managing API keys
- —Trading bots that need raw JSON data covering liquidity, volume, and whale movements
Not for
- —Users needing free or unlimited-call blockchain data APIs
- —Historical backtesting requiring months of granular tick data (max time period is 30 days)
- —Non-crypto use cases with no need for on-chain token analytics
Quick start
curl -X POST https://emc2ai.io/x402/bitquery/investment-report/raw \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64-signed-USDC-authorization>" \
-d '{"chains": ["base", "ethereum"], "limit": 10, "timeperiod": "24h"}'Example
Request
{
"limit": 10,
"chains": [
"base",
"ethereum",
"bsc"
],
"timeperiod": "24h"
}Response
{
"result": {
"bsc": {
"topTokens": [],
"whaleActivity": [],
"liquidityShifts": []
},
"base": {
"topTokens": [],
"whaleActivity": [],
"liquidityShifts": []
},
"ethereum": {
"topTokens": [],
"whaleActivity": [],
"liquidityShifts": []
}
},
"status": "completed",
"payment": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "1000000",
"scheme": "exact",
"txHash": "0xabc123...",
"network": "base",
"timestamp": "2025-06-01T12:00:00Z",
"x402Version": 1
}
}Endpoint
Quality
Full OpenAPI 3.0.3 spec with detailed request/response schemas, live 402 challenge confirming three payment networks, and documented pricing. The response example is inferred from the BitqueryResponse schema since no actual 200 response was captured; the /raw variant's exact output structure is not explicitly documented beyond the outputSchema in the challenge.
Warnings
- —The /api route returned a 522 (host error) during crawl, suggesting occasional origin server timeouts.
- —The response body structure for the /raw variant is inferred from the outputSchema in the 402 challenge and the generic BitqueryResponse schema — actual field names may differ.
- —The OpenAPI spec lists the non-raw endpoint at $1.15 while the 402 challenge for the /raw variant shows $1.00 (1,000,000 atomic USDC); the raw variant may have different pricing than the AI-analyzed version.
Citations
- —Endpoint returns x402 402 challenge with maxAmountRequired of 1,000,000 atomic USDC (=$1.00) on Basehttps://emc2ai.io/x402/bitquery/investment-report/raw
- —Also accepts USDC on Solana (1,000,000 atomic) and Lightning Network (1,310 sats)https://emc2ai.io/x402/bitquery/investment-report/raw
- —OpenAPI spec lists investment-report at $1.15 with chains as required parameter, supporting base, ethereum, bsc, solana, arbitrum, polygon, optimism, zksynchttps://emc2ai.io
- —Supported time periods: 1h, 4h, 24h, 7d, 30d; limit up to 500https://emc2ai.io
- —Payment settled via USDC on Base (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) using x402 protocolhttps://emc2ai.io
- —Prices across the Einstein x402 suite range from $0.25 to $1.15 per callhttps://emc2ai.io
- —Chatting is free; paid features cost $0.20 to $1.00 with discounts up to 60% for token holdershttps://emc2ai.io/docs