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 serves NFT metadata for token ID 88 at `https://lowpaymentfee.com/api/v1/nfts/88/metadata`. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`) via the x402 "exact" scheme.

The price per request is 20,000 base units of USDC (6 decimals), which equals $0.02 USD — consistent with the provider's uniform $0.02/request pricing across all their endpoints. No API keys or rate limits are required; callers simply attach an `X-PAYMENT` header with a valid x402 payment proof. The endpoint has a maximum payment timeout of 300 seconds.

The provider, lowpaymentfee.com, hosts a broader catalog 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 pricing and x402 payment model on Base. However, the specific endpoint listed here is scoped to NFT metadata retrieval for a single token ID. No OpenAPI schema, detailed documentation, or example responses were found in the crawl, so the exact structure of the returned metadata is unknown.

Capabilities

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

Use cases

  • Retrieving metadata for NFT token #88 programmatically
  • Integrating NFT display data into wallets or marketplaces
  • Agent-driven NFT metadata lookups with micropayments

Fit

Best for

  • Developers needing on-demand NFT metadata without API key management
  • AI agents that can settle x402 payments on Base
  • Low-volume or sporadic NFT metadata queries where per-call pricing is preferable

Not for

  • Bulk metadata retrieval across many token IDs (only token 88 is exposed at this URL)
  • Users who cannot settle USDC payments on the Base network
  • Applications requiring detailed documentation or guaranteed SLAs

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/88/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, but there is no OpenAPI schema, no documentation of request/response formats, and no example payloads. The endpoint is narrowly scoped to a single NFT token ID with no explanation of what metadata is returned.

Warnings

  • No OpenAPI or schema documentation available — response structure is unknown
  • Endpoint is specific to NFT token ID 88; unclear if other token IDs are available at similar paths
  • No crawled documentation beyond a landing page listing; /api, /pricing, and /README pages returned only a wallet-connect prompt
  • Provider catalog lists many endpoint categories but none mention NFTs, so this endpoint may be experimental or a demo

Citations

Provenance

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

Agent access