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/35` 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 (inferred from the URL path `/nfts/35`), though the provider's landing page does not explicitly list this particular route among its advertised endpoints. The endpoint is live and returns a valid x402 challenge.

Payment is settled on the Base network using USDC (contract `0x8335…2913`) via the "exact" scheme. The `maxAmountRequired` is 20,000 base units, which at 6 decimals equals $0.02 per request. No API keys or rate limits are advertised; access is granted purely through the x402 payment header. The response MIME type is `application/json` and the endpoint accepts HTTP POST.

The broader lowpaymentfee.com platform advertises a uniform $0.02/request pricing model across all its endpoints, with categories including sentiment analysis, text summarization, embeddings, price feeds, gas estimates, geocoding, and more. Documentation beyond the landing page is minimal — the `/api`, `/pricing`, and `/README` routes all return only a "Connect wallet" prompt with no further technical detail.

Capabilities

x402-paymentusdc-basenft-datapay-per-requestjson-responseno-api-key

Use cases

  • Fetching NFT metadata or details for token ID 35 via a single paid request
  • Integrating pay-per-call NFT data into an agent workflow without managing API keys
  • Programmatic NFT data retrieval settled on Base L2 in USDC

Fit

Best for

  • Agents or bots that need on-demand NFT data without subscription commitments
  • Developers experimenting with x402-protocol micropayments
  • Low-volume NFT data lookups where per-call pricing is economical

Not for

  • High-volume NFT indexing (per-call cost adds up; dedicated indexers are cheaper)
  • Users who need detailed API documentation or OpenAPI schemas before integrating

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no documentation for request/response formats, no example payloads, and the specific /nfts/35 route is not listed on the provider's landing page. The broader site docs are essentially empty beyond the homepage listing.

Warnings

  • The /api/v1/nfts/35 endpoint is not listed among the provider's advertised APIs on the landing page — its purpose and response schema are inferred solely from the URL path.
  • No API documentation, OpenAPI spec, or example request/response bodies are available.
  • The /api, /pricing, and /README pages return only a 'Connect wallet' prompt with no useful content.
  • The exact data returned by this endpoint is unknown; 'NFT data' is an inference from the URL structure.

Citations

Provenance

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

Agent access