x402basequality 0.35

x402-gated NFT data endpoint on Base, pay $0.02 per request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at `/api/v1/nfts/12` is part of the lowpaymentfee.com platform, a collection of x402-protocol pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities. The specific resource appears to serve NFT-related data (resource ID 12), though the exact response payload is not documented. Payment is settled on the Base network using USDC (contract 0x8335…2913) via the x402 "exact" scheme.

The x402 challenge is live and advertises a maxAmountRequired of 20,000 base units. Since USDC uses 6 decimals, this converts to $0.02 per request — consistent with the site-wide flat pricing of $0.02/request. The platform advertises no API keys, no rate limits, and instant access; callers simply attach an X-PAYMENT header with a valid x402 payment proof. The endpoint accepts POST requests and returns application/json.

Documentation is minimal. The landing page lists many endpoints across categories but provides no request/response schemas, parameter descriptions, or example payloads for any of them. The `/api`, `/pricing`, and `/README` pages all resolve to a bare "Connect wallet" prompt with no additional content. Because of this, the actual data returned by `/api/v1/nfts/12` is unknown — it could be metadata for a specific NFT, a collection summary, or something else entirely. Prospective callers should be prepared to experiment or contact the provider for details.

Capabilities

x402-paymentusdc-settlementbase-networknft-datapay-per-requestno-api-keyjson-response

Use cases

  • Fetching NFT data or metadata on demand without managing API keys
  • Integrating NFT information into agent workflows that support x402 payments
  • Programmatic access to NFT resources with micropayment settlement on Base

Fit

Best for

  • Agents or bots that already support x402 payment protocol
  • Developers wanting keyless, pay-as-you-go NFT data access
  • Low-volume or sporadic NFT data lookups where $0.02/call is economical

Not for

  • High-volume NFT data pipelines where per-call costs add up quickly
  • Users who need detailed API documentation or guaranteed SLAs before integrating
  • Applications requiring non-USDC or non-Base payment rails

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/12 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-proof>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is zero documentation on what this endpoint actually returns — no request schema, no response schema, no examples. The NFT-specific path is not mentioned anywhere on the landing page, and all doc pages are empty. This is effectively a stub listing.

Warnings

  • No documentation exists for the /api/v1/nfts/12 endpoint — its purpose and response format are unknown.
  • The /api/v1/nfts/ path is not listed among the provider's advertised endpoints on the landing page.
  • All secondary pages (/api, /pricing, /README) render only a 'Connect wallet' prompt with no useful content.
  • No OpenAPI spec, no request/response examples, and no parameter descriptions are available.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 23:22:58Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access