x402basequality 0.45

NFT collection statistics on Base via x402 micropayment (USDC/USDT)

Price
per_call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint returns NFT collection statistics for collections on the Base blockchain. Operated by Erudite Intelligence LLC, it accepts a POST request with a JSON body containing a `collection` field (an NFT collection address or slug) and returns collection-level stats in JSON format.

The endpoint is live and returns a standard x402 v2 payment challenge. It accepts two payment methods: USDC on Base (eip155:8453) at 10,000 base units ($0.01 per call) and USDT on Tron (tron:728126428) at 10,000 base units ($0.01 per call). Payment is facilitated through the EruditePay x402 Bridge, which supports 20 blockchains and uses Coinbase CDP as one of its facilitators.

Documentation is sparse — the endpoint description in the challenge is simply "Crypto data intelligence" and the output example is a generic `{"success": true, "data": {}}` stub. There is no detailed documentation for this specific data endpoint (the provider's /docs path returns a 404). The exact fields returned in the `data` object for collection stats are not documented, so consumers should expect to discover the response shape empirically.

Capabilities

nft-collection-statsbase-chainx402-paymentusdc-paymentusdt-paymentcrypto-datapost-json-api

Use cases

  • Retrieve floor price and volume stats for NFT collections on Base
  • Feed NFT collection metrics into trading bots or portfolio dashboards
  • Monitor NFT market trends programmatically with per-call micropayments

Fit

Best for

  • Agents needing on-demand NFT collection data on Base without subscriptions
  • Developers building NFT analytics dashboards with pay-per-call pricing
  • Automated workflows that need lightweight, micropayment-gated crypto data

Not for

  • Bulk historical NFT data ingestion (per-call pricing adds up quickly)
  • NFT data on chains other than Base (this endpoint is Base-specific)
  • Users who need detailed API documentation before integrating

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/nft/collection-stats \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"collection": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D"}'

Example

Request

{
  "collection": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D"
}

Response

{
  "data": {},
  "success": true
}

Endpoint

Transporthttp
Protocolx402
Pay to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live (402 challenge captured) with a clear schema for input, but the output is a generic stub with no documented fields. No dedicated docs exist for this data endpoint. Pricing is clear ($0.01/call). The sparse output example and missing documentation significantly limit usability.

Warnings

  • Output schema is a generic stub — actual response fields for collection stats are undocumented
  • Provider docs path (/docs) returns 404; no detailed API documentation available
  • The example output {"success": true, "data": {}} may not reflect real response structure

Citations

Provenance

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

Agent access