x402basequality 0.30

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/21` is part of the lowpaymentfee.com platform, a collection of x402-protocol pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities. The specific resource appears to serve NFT-related data (inferred from the URL path `/nfts/21`), though the provider's landing page labels it generically as "Premium API Access" without detailing the response payload.

Payment is handled via the x402 protocol on the Base network. The endpoint accepts USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`) with a maximum amount of 20,000 base units, which equals $0.02 (USDC uses 6 decimals). No API keys or rate limits are advertised — callers simply attach an `X-PAYMENT` header with a valid x402 payment proof. The endpoint uses the POST method and returns `application/json`.

The broader lowpaymentfee.com platform lists roughly 16 endpoints across four categories (Data & Analytics, AI & Machine Learning, Finance & Web3, Infrastructure), all priced at $0.02 per request. No OpenAPI schema, detailed documentation, or example responses were found during the crawl; the `/api`, `/pricing`, and `/README` pages all returned only a "Connect wallet" prompt. Because of this, the exact structure of the NFT response body is unknown.

Capabilities

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

Use cases

  • Fetching NFT metadata or details for a specific token (ID 21) on demand
  • Integrating pay-per-request NFT data into an AI agent workflow without managing API keys
  • Demonstrating x402 micropayment protocol usage on Base

Fit

Best for

  • Developers experimenting with x402 micropayment-gated APIs
  • Agents that need on-demand NFT data without subscription commitments
  • Low-volume, pay-as-you-go access to NFT information

Not for

  • High-volume NFT data ingestion where per-call costs add up
  • Use cases requiring well-documented, schema-validated NFT responses
  • Production systems that need SLA guarantees or support

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/21 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_proof>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI schema, no documentation, no example request/response, and the actual data returned is unknown. The listing is effectively a stub with only the x402 challenge and a generic landing page to go on.

Warnings

  • No OpenAPI or schema documentation available — response structure is entirely unknown
  • The /api, /pricing, and /README pages returned only 'Connect wallet' with no useful content
  • The endpoint path suggests NFT data but the provider labels it only 'Premium API Access' — actual functionality is unverified
  • No terms of service, SLA, or support information found

Citations

Provenance

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

Agent access