Virtuals Protocol agent token pools on Base with AI analysis, paid per request via x402 USDC.
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
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
Quality
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
- —Endpoint costs $0.55 per request (550,000 atomic USDC, 6 decimals) on Basehttps://emc2ai.io/x402/bitquery/virtual-pools
- —Three payment networks accepted: Base USDC, Solana USDC, and Lightning Network (722 sats)https://emc2ai.io/x402/bitquery/virtual-pools
- —Optional parameters include limit (1-500), timeperiod (1h/4h/12h/24h/7d), sortBy (volumeUsd/swaps/priceChange), minVolumeUsd (default 100)https://emc2ai.io/x402/bitquery/virtual-pools
- —Einstein AI x402 API prices range from $0.25 to $1.15 across 20+ endpointshttps://emc2ai.io/docs
- —Chatting is free; paid features cost $0.20 to $1.00 per invocationhttps://emc2ai.io/docs
- —Virtuals Protocol endpoint is Base-onlyhttps://emc2ai.io/x402/bitquery/virtual-pools