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 serves NFT metadata for token ID 92 via a pay-per-request x402 protocol on the Base network. It accepts POST requests and returns JSON. Payment is settled in USDC (contract 0x8335…2913 on Base) at a maximum cost of $0.02 per request (20,000 base units with 6 decimals). No API keys, rate limits, or subscriptions are required — each call is individually paid through the x402 payment header.

The endpoint is part of a broader platform at lowpaymentfee.com that offers a variety of x402-gated APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request. The specific endpoint at `/api/v1/nfts/92/metadata` appears to be an NFT metadata service, though the crawled documentation does not provide details about the schema of the returned metadata or which NFT collection it references.

The x402 challenge was successfully captured (HTTP 402 with version 1 challenge), confirming the endpoint is live. However, no OpenAPI schema, detailed documentation, or example responses were found in the crawl. The endpoint's output format and fields are unknown beyond the declared MIME type of `application/json`.

Capabilities

x402-paymentnft-metadatausdc-settlementbase-networkpay-per-requestno-api-key

Use cases

  • Retrieving metadata for NFT token ID 92 programmatically
  • Integrating NFT metadata into wallets or marketplaces without API key management
  • Agent-driven NFT data retrieval with micropayment settlement

Fit

Best for

  • Agents or apps needing on-demand NFT metadata without subscription overhead
  • Developers experimenting with x402 pay-per-call patterns on Base
  • Low-volume or sporadic NFT metadata lookups

Not for

  • Bulk retrieval of metadata across many NFT collections (only serves token 92)
  • Users who need free or pre-paid API access without crypto wallets
  • Applications requiring detailed documentation or guaranteed SLAs

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge confirms the endpoint is live and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no example request/response, no documentation about what metadata fields are returned, and no information about which NFT collection token 92 belongs to. This is effectively a stub listing.

Warnings

  • No documentation found describing the NFT metadata response schema or which collection is served
  • Endpoint is specific to a single token ID (92); unclear if other token IDs are available at similar paths
  • No OpenAPI spec, no example responses, and crawled pages beyond the homepage returned only 'Connect wallet' with no useful content

Citations

Provenance

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

Agent access