x402basequality 0.40

Retrieve top NFT collections on Base via x402 micropayment

Price
per_call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint returns data about top NFT collections on the Base blockchain. Operated by Erudite Intelligence LLC, it accepts a POST request with an optional collection address or slug and returns JSON intelligence about NFT collections. The endpoint is live and returns a standard x402 payment challenge.

Payment is required per call: 10,000 base units of USDC on Base (eip155:8453) or 10,000 base units of USDT on Tron (tron:728126428). Since both USDC and USDT use 6 decimals, this equates to $0.01 (one cent) per request. The x402 facilitator is Coinbase CDP for the Base payment option. Settlement is handled through the EruditePay Bridge, which supports 20 blockchains and charges 0.5% per settlement.

Documentation is sparse — the endpoint description is simply "Crypto data intelligence" and the example output is a generic `{"success": true, "data": {}}` stub. The input schema accepts a `collection` field (string: NFT collection address or slug) in a JSON POST body, but the exact response structure for top collections data is not documented. No dedicated docs page exists (the /docs path returns a 404). Users should expect NFT collection ranking or analytics data for the Base chain, but the precise fields returned are unknown without making a paid call.

Capabilities

nft-top-collectionsbase-chain-datax402-paymentusdc-paymentusdt-tron-paymentcrypto-data-intelligencejson-api

Use cases

  • Fetching top-performing NFT collections on Base for portfolio dashboards
  • Integrating NFT collection rankings into trading bots or analytics tools
  • Building NFT discovery interfaces that surface trending collections
  • Monitoring NFT market trends on Base programmatically

Fit

Best for

  • Developers building NFT analytics dashboards on Base
  • Agents that need on-demand NFT collection rankings
  • Applications requiring pay-per-call crypto data without subscriptions

Not for

  • Users needing free NFT data (every call costs $0.01)
  • Multi-chain NFT analytics across non-Base chains (endpoint is Base-specific)
  • Detailed per-token or per-wallet NFT data (endpoint focuses on collections)

Quick start

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

Example

Request

{
  "collection": "0x0000000000000000000000000000000000000000"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live (402 challenge captured) with a valid schema and payment info, but documentation is extremely thin. The response structure is a generic stub, no dedicated docs exist, and the actual data fields returned are unknown. Pricing is clear at $0.01/call.

Warnings

  • No dedicated documentation available — /docs returns 404
  • Response schema is a generic stub ({"success": true, "data": {}}) with no field descriptions
  • Exact output fields for top collections data are undocumented
  • The endpoint description is vague: 'Crypto data intelligence'

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 01:33:08Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access