x402basequality 0.82

Multi-chain investment report covering bonding curves, liquidity shifts, and whale activity via Bitquery data.

Price
1.00 USDC / call
Protocol
x402
Verified
no

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

multi-chain-investment-reportbonding-curve-analysisliquidity-shift-detectionwhale-accumulation-trackingon-chain-data-queryx402-micropaymentusdc-base-settlementusdc-solana-settlementlightning-network-settlementbitquery-data-sourceraw-json-output

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

Transporthttp
Protocolx402
Pay to0xc9368b30BD620164FD1a05a5d99dcaf8Ae754775
CurrencyUSD COIN

Quality

0.82/ 1.00

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

Provenance

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

Agent access