Zora Launchpad token trading volume rankings on Base chain with AI analysis, paid per request via x402.
What it does
This endpoint returns the top Zora Launchpad tokens ranked by trading volume on the Base blockchain. It is part of the Einstein AI x402 API suite, which wraps Bitquery on-chain data with AI-generated analysis. The response includes raw volume data plus an AI-powered insights section that interprets the trading activity.
The endpoint accepts optional parameters for result limit (1–25, default 15) and time period (1h, 4h, 12h, 24h, 7d, or 30d; default 24h). It costs $0.75 per request, payable in USDC on Base (address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), USDC on Solana, or satoshis via Lightning Network. Payment is made through the x402 protocol by including a signed authorization in the X-PAYMENT header — no API keys are required.
The endpoint is live and returns a standard x402 402 challenge when called without payment. It is hosted by Einstein AI (emc2ai.io), which also exposes a broader suite of 20+ blockchain intelligence endpoints covering market data, whale tracking, launchpad monitoring (Zora, Pump.fun), security audits, arbitrage scanning, and more — all settled via x402 micropayments on Base.
Capabilities
Use cases
- —Rank Zora Launchpad tokens by trading volume over configurable time windows
- —Monitor which Zora-launched tokens on Base are gaining traction
- —Feed Zora volume data into an autonomous trading or alerting agent
- —Generate AI-interpreted summaries of Zora token market activity
Fit
Best for
- —AI agents needing programmatic access to Zora Launchpad volume data on Base
- —Traders monitoring new Zora token launches for volume spikes
- —Automated dashboards tracking Base chain launchpad activity
Not for
- —Querying Zora volume on chains other than Base (Base only)
- —Free or high-frequency bulk data access (each call costs $0.75)
- —Historical tick-level or order-book data
Quick start
curl -X POST https://emc2ai.io/x402/bitquery/zora-volume \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64-signed-USDC-authorization>" \
-d '{"limit": 10, "timeperiod": "24h"}'Example
Request
{
"limit": 10,
"timeperiod": "24h"
}Response
{
"data": {
"tokens": [
{
"name": "ExampleToken",
"swaps": 1287,
"address": "0xabc...123",
"volumeUsd": 152340.5,
"priceChange": 12.4
}
]
},
"status": "completed",
"payment": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "750000",
"scheme": "exact",
"txHash": "0xdef...456",
"network": "base",
"x402Version": 1
},
"analysis": {
"summary": "Top Zora tokens by volume over the last 24h on Base...",
"insights": [
"Token X saw a 3x volume spike..."
],
"riskFlags": []
}
}Endpoint
Quality
Full OpenAPI schema with detailed input/output definitions, live 402 challenge confirming the endpoint is operational, clear pricing ($0.75 USDC), and multi-network payment options. Deducted because no real example response body was captured (the example_response_json is inferred from the schema), and the /api route returned a 522 timeout suggesting some infrastructure instability.
Warnings
- —The /api route returned a Cloudflare 522 timeout during crawl, indicating potential origin server instability.
- —Example response JSON is inferred from the OpenAPI schema — no actual paid response was captured.
- —The AI analysis quality and data freshness depend on Bitquery's upstream availability, which is not independently verified.
Citations
- —Endpoint costs $0.75 per request (750000 atomic units, 6 decimals USDC)https://emc2ai.io/x402/bitquery/zora-volume
- —Accepts payments on Base (USDC), Solana (USDC), and Lightning Network (sats)https://emc2ai.io/x402/bitquery/zora-volume
- —Supports optional limit (1-25) and timeperiod (1h/4h/12h/24h/7d/30d) parametershttps://emc2ai.io/x402/bitquery/zora-volume
- —Part of Einstein AI x402 API suite with 20+ blockchain intelligence endpointshttps://emc2ai.io/docs
- —Einstein accepts payments on three chains: USDC on Base, USDC on Solana, and BTC via Lightning Networkhttps://emc2ai.io/docs
- —Paid features typically cost $0.20–$1.00 per invocationhttps://emc2ai.io/docs