x402basequality 0.40

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 27 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, rate limits, or subscriptions are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The provider's site hosts a broader suite of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment, summarization, classification, embeddings), finance/Web3 (price feeds, exchange rates, gas estimates), and infrastructure utilities (geocoding, validation, conversion). All endpoints appear to share the same $0.02/request pricing and x402 payment model on Base. However, this specific listing covers only the `/api/v1/nfts/27/metadata` endpoint, which returns NFT metadata in JSON format.

The endpoint is live and returns a proper 402 challenge with x402 version 1. The payment asset is USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, paid to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3. No OpenAPI schema or detailed documentation was found beyond the landing page listing and the 402 challenge itself, so the exact shape of the returned metadata is unknown.

Capabilities

nft-metadatax402-paymentusdc-basepay-per-calljson-responseno-api-key

Use cases

  • Retrieving metadata for a specific NFT (token 27) programmatically
  • Integrating NFT display data into wallets or marketplaces
  • Agent-driven NFT data lookups with automatic micropayment settlement

Fit

Best for

  • Developers needing NFT metadata without managing API keys
  • Agents that can settle x402 payments on Base
  • Low-volume, on-demand NFT data retrieval

Not for

  • Bulk retrieval of metadata across many NFT collections (only token 27 is exposed at this path)
  • Users who cannot transact in USDC on Base
  • Applications requiring detailed OpenAPI documentation or guaranteed SLAs

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI schema, no documentation of request/response shapes, and no example payloads. The NFT metadata content is entirely unknown. Score reflects a working but poorly documented endpoint.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • Only a single NFT token ID (27) is exposed at this path; unclear if other token IDs are available at sibling paths
  • No crawled docs beyond a landing page listing; /api, /pricing, and /README pages all returned only a 'Connect wallet' prompt

Citations

Provenance

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

Agent access