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 endpoint at lowpaymentfee.com serves NFT metadata for token ID 76 via a POST request, gated behind the x402 payment protocol. Each call costs $0.02 in USDC on the Base network (maxAmountRequired of 20,000 base units with 6 decimals = $0.02). No API keys or accounts are needed — callers attach an X-PAYMENT header with a valid x402 payment proof and receive the metadata as application/json.

The provider, lowpaymentfee.com, hosts a broader suite of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment, summarization, classification, embeddings), finance/Web3 data (price feeds, exchange rates, gas estimates), and infrastructure utilities (geocoding, validation, conversion). All endpoints share the same $0.02/request pricing model, no rate limits, and no API key requirement. Payment settles on the Base L2 network using USDC (contract 0x8335…2913).

The specific endpoint probed (/api/v1/nfts/76/metadata) is live and returned a proper 402 challenge. However, there is no OpenAPI schema, no documentation beyond the landing page listing, and no example request/response payloads available. The actual structure of the NFT metadata response is unknown. The endpoint is discoverable and accepts HTTP POST requests according to the outputSchema in the x402 challenge.

Capabilities

nft-metadatax402-paymentusdc-settlementbase-networkpay-per-callno-api-keyjson-response

Use cases

  • Retrieving on-chain NFT metadata for token ID 76 without needing an API key
  • Programmatic access to NFT attributes for display in wallets or marketplaces
  • Agent-driven NFT data retrieval with micropayment settlement on Base

Fit

Best for

  • Agents or apps needing NFT metadata with zero signup friction
  • Developers who prefer pay-per-call over subscription API plans
  • Web3-native workflows settling payments in USDC on Base

Not for

  • Bulk retrieval of metadata across many NFT collections (only token 76 at this path)
  • Users who need free or ad-supported NFT metadata APIs
  • Applications requiring detailed documentation or guaranteed SLAs

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/76/metadata \
  -H "X-PAYMENT: <x402-payment-proof>" \
  -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 402 challenge with clear pricing. However, there is no OpenAPI schema, no request/response examples, and no documentation for this specific NFT metadata endpoint. The actual response payload structure is entirely unknown, making this effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • Response payload structure is unknown — no examples provided
  • Only serves metadata for a single NFT (token ID 76 at this path); unclear if other token IDs are available at sibling paths
  • The broader site lists many API categories but crawled pages beyond the landing page returned only 'Connect wallet' with no useful content

Citations

Provenance

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

Agent access