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 84 via a POST request, gated by 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 JSON metadata in return.

The provider (lowpaymentfee.com) hosts a broader catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services, all priced at $0.02 per request and settled in USDC on Base. This specific endpoint is scoped to NFT metadata retrieval. The x402 challenge confirms the endpoint is live, accepts x402 version 1 with the "exact" payment scheme, and pays out to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3. The asset contract (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) is the canonical USDC contract on Base.

No OpenAPI schema, request body schema, or response examples are provided by the site. The endpoint's actual metadata content (what fields are returned for NFT #84) is unknown from the available material. Documentation pages (/api, /pricing, /README) all resolve to a minimal "Connect wallet" page with no further detail.

Capabilities

nft-metadatax402-paymentusdc-settlementbase-networkpay-per-callno-api-key

Use cases

  • Retrieve metadata for NFT token #84 programmatically
  • Integrate NFT metadata into a dApp or marketplace without managing API keys
  • Demonstrate x402 micropayment flow for gated content

Fit

Best for

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

Not for

  • Bulk NFT metadata scraping across many collections (only serves token 84)
  • Users who need detailed API documentation or response schema guarantees
  • Free-tier or non-crypto payment workflows

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/84/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 x402 challenge is live and confirms pricing and payment details, but there is no OpenAPI schema, no request/response examples, and documentation pages are empty. The endpoint is narrowly scoped to a single NFT token ID with no explanation of what metadata is returned.

Warnings

  • No OpenAPI or request/response schema available — actual response format is unknown
  • Documentation pages (/api, /pricing, /README) return only a 'Connect wallet' stub with no useful content
  • Endpoint is scoped to a single NFT (token 84); unclear if other token IDs are supported at different paths
  • No information on what metadata fields are returned

Citations

Provenance

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

Agent access