x402basequality 0.82

Virtuals Protocol agent token pools on Base with AI analysis, paid per request via x402 USDC.

Price
0.55 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint from Einstein AI returns data on Virtuals Protocol agent tokens and their bonding-curve liquidity pools on the Base chain. It is powered by Bitquery on-chain data and includes AI-generated analysis alongside the raw query results. The endpoint accepts optional parameters for limit (up to 500), time period (1h to 7d), sort field (volumeUsd, swaps, or priceChange), and minimum USD volume filter.

Payment is handled via the x402 protocol at $0.55 per request. Three settlement options are available: USDC on Base (550,000 atomic units, 6 decimals), USDC on Solana, or 722 satoshis via Lightning Network. No API key is required — callers authenticate by including a signed payment authorization in the X-PAYMENT header. The endpoint returns a JSON object containing the pool data, an AI-powered analysis section, and a payment receipt with on-chain transaction hash.

Einstein AI exposes a broader suite of over 20 x402-enabled blockchain intelligence endpoints covering market data, whale tracking, launchpad monitoring (Pump.fun, Zora), security audits (rug pull scanner, MEV detection), arbitrage scanning, and more across Base, Ethereum, BSC, Arbitrum, Polygon, Optimism, zkSync, and Solana. Prices range from $0.25 to $1.15 per call depending on the endpoint.

Capabilities

virtuals-protocol-poolsbase-chain-databonding-curve-analysisai-analysisbitquery-datax402-micropaymentsmulti-chain-settlementusdc-on-baseusdc-on-solanalightning-networkdex-pool-datavolume-filteringtime-period-filtering

Use cases

  • Monitor Virtuals Protocol agent token pools by volume, swap count, or price change on Base
  • Filter bonding-curve pools by minimum USD volume and time window for trading signals
  • Integrate real-time Virtuals Protocol pool data into an autonomous trading agent via x402 payments
  • Screen new agent tokens on the Virtuals Protocol launchpad for liquidity and activity

Fit

Best for

  • AI agents needing programmatic, pay-per-call access to Virtuals Protocol pool data
  • Traders monitoring agent token bonding curves on Base
  • Developers building dashboards or bots around Virtuals Protocol ecosystem

Not for

  • Users needing Virtuals Protocol data on chains other than Base (endpoint is Base-only)
  • Free or high-frequency bulk data extraction (every call costs $0.55)
  • Historical data beyond 7 days (max timeperiod is 7d)

Quick start

curl -X POST https://emc2ai.io/x402/bitquery/virtual-pools \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <base64-signed-USDC-authorization>" \
  -d '{"limit": 10, "timeperiod": "24h", "sortBy": "volumeUsd", "minVolumeUsd": 100}'

Example

Request

{
  "limit": 10,
  "sortBy": "volumeUsd",
  "timeperiod": "24h",
  "minVolumeUsd": 100
}

Response

{
  "data": {
    "pools": [
      {
        "swaps": 312,
        "tokenName": "AgentToken",
        "volumeUsd": 52340.5,
        "priceChange": 14.2,
        "tokenAddress": "0xabc...123"
      }
    ]
  },
  "status": "completed",
  "payment": {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "550000",
    "scheme": "exact",
    "txHash": "0xdef...789",
    "network": "base",
    "x402Version": 1
  },
  "analysis": {
    "summary": "Top Virtuals Protocol pools by volume in the last 24h on Base.",
    "insights": "AgentToken leads with $52k volume and 14% price increase."
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0xc9368b30BD620164FD1a05a5d99dcaf8Ae754775
CurrencyUSD COIN

Quality

0.82/ 1.00

Full OpenAPI schema with detailed request/response models, live 402 challenge captured on three networks, clear pricing ($0.55 USDC), and documented input parameters. Deducted because no real example response body was captured and the /api route returned a 522 timeout, suggesting occasional infrastructure instability.

Warnings

  • The /api route returned a Cloudflare 522 timeout during crawl, indicating potential origin server instability.
  • Response body schema is inferred from OpenAPI components (BitqueryResponse) — no actual 200 response was captured during probing.
  • The example_response_json is illustrative and not sourced from a live call.

Citations

Provenance

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

Agent access