x402basequality 0.35

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

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint at lowpaymentfee.com serves NFT metadata for token ID 64 via a POST request. Payment is settled on the Base network using USDC (contract 0x8335…2913) through the x402 exact payment scheme. The maximum amount required per call is 20,000 base units of USDC, 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 provider hosts a broader suite of pay-per-call APIs across categories including data/analytics, AI/ML (sentiment analysis, summarization, classification, embeddings), finance/Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All listed endpoints share the same $0.02-per-request pricing model on the Base network.

Documentation is minimal: there is no OpenAPI spec, no request/response schema beyond the x402 challenge's outputSchema stub, and the crawled /api, /pricing, and /README pages all resolve to a bare "Connect wallet" prompt. The specific structure of the NFT metadata response for token 64 is unknown. Callers should expect a JSON response (mimeType is application/json) but will need to discover the exact shape empirically.

Capabilities

x402-paymentnft-metadatausdc-basepay-per-callno-api-keyno-rate-limit

Use cases

  • Fetching metadata for a specific NFT (token 64) programmatically
  • Integrating NFT metadata into a dApp or marketplace without managing API keys
  • Demonstrating x402 micropayment flows on the Base network

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that need on-demand NFT metadata without subscription overhead
  • Low-volume, pay-as-you-go NFT data retrieval

Not for

  • Bulk NFT metadata ingestion across many collections (only token 64 is exposed at this path)
  • Users who need detailed API documentation or guaranteed SLAs
  • Non-crypto workflows that cannot settle USDC on Base

Quick start

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

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 spec, no request body schema, no example response, and the crawled docs pages are empty. The specific NFT metadata content is entirely unknown, making this effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available — request and response formats are unknown
  • Crawled /api, /pricing, and /README pages returned only 'Connect wallet' with no useful content
  • Only token ID 64 is exposed at this specific path; generalizability to other token IDs is unclear
  • No SLA, uptime, or support information provided

Citations

Provenance

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

Agent access