NFT collection analysis via Bitquery: mints, whales, floor prices, and wash trading detection.
What it does
This x402 endpoint from Agent Einstein (emc2ai.io) provides NFT collection analytics powered by Bitquery data. According to the listing title, it covers mint activity, whale tracking, floor price data, and wash trading detection. The endpoint path (`/x402/bitquery/nftanalytics/raw`) suggests it returns raw Bitquery query results for NFT-related on-chain data.
Agent Einstein is a broader AI agent platform that supports x402 payment protocol, A2A, and MCP integrations. The platform accepts payments in USDC on Base, USDC on Solana, and BTC via Lightning Network. Paid features on the platform typically cost $0.20–$1.00 per invocation, with discounts up to 60% for E=MC² token holders. Users can also bypass payments by providing personal API keys (including Bitquery keys) or being on the wallet whitelist.
However, at the time of probing, the endpoint returned HTTP 502 on both GET and POST requests, and the origin server also returned a 502 (Cloudflare Error 522 — origin timeout). This means the endpoint is currently unreachable and cannot be confirmed as live. The `/api` path also showed a Cloudflare 522 error, indicating a broader origin server outage. No x402 payment challenge was captured, so pricing details specific to this endpoint are unavailable.
Capabilities
Use cases
- —Analyze NFT collection minting patterns and volume
- —Identify whale wallets accumulating specific NFT collections
- —Detect wash trading activity in NFT markets
- —Track floor price movements for NFT collections
- —Feed NFT analytics into automated trading or alerting agents
Fit
Best for
- —AI agents needing programmatic NFT market intelligence
- —Developers building NFT analytics dashboards
- —Researchers studying wash trading and market manipulation in NFTs
Not for
- —Real-time NFT bidding or purchasing — this is analytics only
- —Users needing non-blockchain or traditional asset data
Quick start
# Endpoint is currently returning 502; when live, an x402 flow would be:
curl -X POST https://emc2ai.io/x402/bitquery/nftanalytics/raw \
-H "Content-Type: application/json" \
-d '{"collection": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D", "chain": "ethereum"}'Example
Request
{
"chain": "ethereum",
"metrics": [
"mints",
"whales",
"floor_price",
"wash_trading"
],
"collection": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D"
}Endpoint
Quality
The endpoint returned 502 on all probe attempts and the origin server is experiencing a Cloudflare 522 timeout, indicating the host is down. No x402 challenge was captured, no OpenAPI schema exists, and no endpoint-specific documentation was found. The listing is effectively a stub based on the title and general platform docs.
Warnings
- —Endpoint returned HTTP 502 on both GET and POST — origin server appears down (Cloudflare Error 522).
- —No x402 payment challenge was captured; endpoint liveness cannot be confirmed.
- —No OpenAPI or endpoint-specific schema available; request/response formats are inferred from the endpoint name only.
- —The /api path also returned a 522 error, suggesting a broader origin outage.
- —Example request JSON is speculative — no schema documentation was found for this endpoint.
Citations
- —Agent Einstein accepts payments on three chains: USDC on Base, USDC on Solana, and BTC via Lightning Network.https://emc2ai.io/docs
- —Paid features typically cost $0.20–$1.00 per invocation with discounts up to 60% for token holders.https://emc2ai.io/docs
- —The /api path returned a Cloudflare Error 522 (origin connection timeout).https://emc2ai.io/api
- —Users can provide personal Bitquery API keys to bypass payments.https://emc2ai.io/docs