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 42 via a pay-per-request x402 protocol on the Base network. The payment is settled in USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) with a maximum cost of $0.02 per call (20,000 base units at 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The endpoint is part of a broader suite of APIs hosted at lowpaymentfee.com, which spans data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced uniformly at $0.02 per request. The specific endpoint probed (/api/v1/nfts/42/metadata) accepts POST requests and returns application/json. However, no OpenAPI schema, request body schema, or example response was found in the crawl, so the exact fields returned in the NFT metadata payload are unknown.

The x402 challenge was successfully captured (HTTP 402 with x402Version 1), confirming the endpoint is live. The root landing page also returned HTTP 200. Documentation beyond the landing page listing is effectively absent — the /api, /pricing, and /README pages all resolve to a "Connect wallet" prompt with no further content.

Capabilities

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

Use cases

  • Retrieve metadata for NFT token #42 programmatically
  • Integrate NFT metadata lookups into agent workflows without API key management
  • Pay-per-call NFT data access settled on Base L2 in USDC

Fit

Best for

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

Not for

  • Bulk NFT metadata retrieval across many token IDs (only token 42 is exposed at this path)
  • Users who need detailed documentation or response schema guarantees before integrating
  • Non-crypto users who cannot generate x402 payment proofs on Base

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/42/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 (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no request/response schema, no documentation beyond a landing page listing, and no example payloads. The specific NFT metadata content is entirely unknown.

Warnings

  • No OpenAPI or request/response schema available — callers must discover the payload format experimentally.
  • Documentation pages (/api, /pricing, /README) all resolve to a 'Connect wallet' prompt with no useful content.
  • Only token ID 42 is exposed at this specific path; it is unclear whether other token IDs are supported via different paths.
  • The provider description 'Premium API Access' is generic and does not describe the actual endpoint functionality.

Citations

Provenance

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

Agent access