x402basequality 0.60

NFT/digital-collectibles analytics — mints, floor prices, wash-trading detection — via x402 micropayment.

Price
1.00 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint is part of the Einstein AI x402 API suite hosted at emc2ai.io. It provides digital collectibles (NFT/pixel) analytics including mint activity, floor price data, and wash-trading detection. The data is sourced via Bitquery and returned as raw JSON (no AI-generated analysis layer). The endpoint supports multiple chains (base, ethereum, bsc, arbitrum, polygon, optimism, solana) with configurable time periods and result limits.

Payment is handled via the x402 protocol — no API keys are needed. The endpoint accepts USDC on Base ($1.00 per request), USDC on Solana ($1.00), or Bitcoin Lightning (~1,309 sats, ~$1.00 equivalent). Callers send a signed payment authorization in the X-PAYMENT header; the server validates it and returns results. The 402 challenge is live and returns three payment options.

The broader Einstein AI platform offers 20+ Bitquery-powered endpoints covering token charts, OHLCV, whale tracking, smart money, MEV detection, rug-pull scanning, launchpad monitoring (Pump.fun, Zora), arbitrage scanning, and more, priced from $0.25 to $1.15 per call. All endpoints settle in USDC on Base (EIP-155:8453) with the asset at 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913. A full OpenAPI 3.0.3 spec is published. Note that the specific /pixelstats/raw path is not individually documented in the OpenAPI spec — its schema is inferred from the x402 challenge outputSchema.

Capabilities

nft-analyticsfloor-pricewash-trading-detectionmint-trackingmulti-chainx402-paymentusdc-on-baseusdc-on-solanalightning-networkbitquery-dataraw-json-response

Use cases

  • Detect wash trading on NFT collections across multiple chains
  • Track new NFT mints and floor price movements programmatically
  • Build agent workflows that monitor digital collectible markets with pay-per-call pricing
  • Analyze NFT market health metrics without managing API keys

Fit

Best for

  • AI agents needing on-demand NFT market data with no subscription
  • Multi-chain NFT analytics across Ethereum, Base, BSC, Solana, and others
  • Wash-trading and market-manipulation detection on collectible tokens

Not for

  • High-frequency polling (each call costs $1.00 USDC)
  • Users who need AI-interpreted narrative reports (this is the /raw variant)
  • Off-chain or centralized marketplace metadata (e.g., OpenSea listing details)

Quick start

curl -X POST https://emc2ai.io/x402/bitquery/pixelstats/raw \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <base64-signed-USDC-authorization>" \
  -d '{"chain": "base", "limit": "10", "timeperiod": "24h"}'

Example

Request

{
  "chain": "base",
  "limit": "10",
  "timeperiod": "24h"
}

Response

{
  "result": {
    "collections": [
      {
        "name": "ExampleNFT",
        "mints": 142,
        "floorPriceUsd": 12.5,
        "washTradingScore": 0.15
      }
    ]
  },
  "status": "completed",
  "payment": {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000000",
    "scheme": "exact",
    "txHash": "0xabc123...",
    "network": "base",
    "x402Version": 1
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0xc9368b30BD620164FD1a05a5d99dcaf8Ae754775
CurrencyUSD COIN

Quality

0.60/ 1.00

The x402 challenge is live and returns a well-structured outputSchema with input/output fields. A comprehensive OpenAPI spec covers the broader API suite, but this specific /pixelstats/raw endpoint is not individually documented in the OpenAPI paths. The response schema is inferred from the challenge outputSchema and the generic BitqueryResponse component. No actual 200 response example is available for this endpoint.

Warnings

  • The /pixelstats/raw path is not listed in the published OpenAPI spec — its schema comes only from the x402 challenge outputSchema
  • The /api route returned a 522 (host error) during crawl, suggesting occasional backend instability
  • The example response JSON is synthetic — no real 200 response was captured
  • This endpoint may surface financial/investment-adjacent data; users should perform their own due diligence

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 00:11:07Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access