x402basequality 0.35

x402-gated NFT data endpoint on Base, pay-per-request with USDC at $0.02/call.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at `/api/v1/nfts/95` is part of the lowpaymentfee.com platform, which offers a collection of pay-per-request APIs gated via the x402 protocol. The specific endpoint appears to serve NFT-related data (resource ID 95), though the exact response payload is not documented. Payment is settled on the Base network using USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`) with a maximum cost of $0.02 per request (20,000 base units at 6 decimals). The endpoint accepts POST requests and returns `application/json`.

The broader lowpaymentfee.com platform advertises multiple API categories — data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced uniformly at $0.02 per request. The platform emphasizes no API keys, no rate limits, and instant access via x402 payment headers. However, there is no OpenAPI specification, no detailed documentation for individual endpoints, and no example request/response bodies available from the crawled pages. The NFT endpoint specifically (`/api/v1/nfts/95`) is not listed on the homepage's catalog, making its exact functionality unclear.

The x402 challenge was successfully captured with a 402 response, confirming the endpoint is live. The payment timeout is 300 seconds. No authentication beyond the x402 payment header is required.

Capabilities

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

Use cases

  • Retrieving NFT metadata or details for a specific token/collection
  • Integrating NFT data into agent workflows without managing API keys
  • Paying per-request for on-demand NFT information using USDC on Base

Fit

Best for

  • Agents needing keyless, pay-per-call NFT data access
  • Developers experimenting with x402 payment protocol integrations
  • Low-volume or sporadic NFT data lookups where subscriptions are overkill

Not for

  • High-volume NFT indexing or bulk data retrieval (no documented batch support)
  • Users who need detailed documentation or guaranteed SLAs before integrating

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 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 for this specific NFT endpoint, no example request/response bodies, and the endpoint isn't even listed on the provider's homepage catalog. Functionality must be inferred from the URL path alone.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • The /api/v1/nfts/95 endpoint is not listed in the provider's homepage API catalog — its exact purpose is unclear
  • No example request or response bodies are available; response format is unknown
  • The crawled /api, /pricing, and /README pages returned only a 'Connect wallet' prompt with no useful content

Citations

Provenance

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

Agent access