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 30 via a POST request, gated behind the x402 payment protocol. Each call costs $0.02 in USDC on the Base network (maxAmountRequired of 20,000 base units with 6-decimal USDC). 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 landing page advertises a broad suite of APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities, all priced uniformly at $0.02 per request. This specific endpoint falls under an NFT metadata category (path: /api/v1/nfts/30/metadata). The response MIME type is application/json, and the payment timeout is 300 seconds.

Because the endpoint returned a well-formed 402 challenge with x402 version 1, it is confirmed live. However, no OpenAPI schema, detailed documentation, or example responses were found in the crawl. The actual structure of the returned NFT metadata is unknown — callers should expect a JSON object but will need to discover the exact fields empirically.

Capabilities

nft-metadatax402-paymentusdc-basepay-per-callno-api-keyjson-response

Use cases

  • Retrieving on-chain NFT metadata for display in wallets or marketplaces
  • Programmatic lookup of NFT attributes for indexing or analytics
  • Agent-driven NFT data fetching without pre-registration or API keys

Fit

Best for

  • Developers needing quick, keyless access to NFT metadata
  • AI agents that can settle micropayments via x402 on Base
  • Prototyping NFT-aware applications without subscription overhead

Not for

  • Bulk retrieval of metadata for large NFT collections (no batch endpoint evident)
  • Users who cannot settle USDC payments on the Base network
  • Applications requiring detailed OpenAPI documentation or guaranteed SLAs

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/30/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 confirmed live via a valid 402 challenge with clear pricing and network details. However, there is no OpenAPI schema, no example request/response, and no documentation beyond the landing page listing. The actual NFT metadata structure is entirely unknown.

Warnings

  • No OpenAPI or schema documentation available — response format must be discovered empirically
  • Only token ID 30 is referenced in this endpoint path; unclear if other token IDs are supported at different paths
  • No example responses or field descriptions found in crawl material
  • Provider site pages beyond the landing page returned only 'Connect wallet' with no useful content

Citations

Provenance

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

Agent access