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 67 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 required — 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 suite 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 part of an NFT-related resource path (`/api/v1/nfts/67/metadata`), though the exact schema of the returned metadata is not documented. The x402 challenge confirms the endpoint is live, accepts the "exact" payment scheme, and responds with `application/json` content.

Because no OpenAPI spec, request/response schema, or detailed documentation is available beyond the x402 challenge and the provider's landing page, the actual structure of the NFT metadata response and any POST body parameters remain unknown. Callers should expect standard NFT metadata fields (name, description, image, attributes) but this is an inference, not a documented guarantee.

Capabilities

x402-paymentnft-metadatausdc-basepay-per-callno-api-keyjson-response

Use cases

  • Fetching NFT metadata for token ID 67 from this provider
  • Demonstrating x402 micropayment-gated API access
  • Integrating pay-per-call NFT data into agent workflows
  • Building walletless NFT explorers that pay per query

Fit

Best for

  • Agents or apps needing NFT metadata with no signup or API key
  • Developers experimenting with x402 payment protocol on Base
  • Low-volume, on-demand NFT data retrieval

Not for

  • Bulk NFT metadata scraping across many collections
  • Users without USDC on Base network
  • Applications requiring well-documented response schemas

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/67/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 x402 challenge confirms the endpoint is live and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request body schema, no example response, and no description of what NFT metadata is actually returned. The endpoint is effectively a stub listing with minimal information.

Warnings

  • No OpenAPI or schema documentation available — request and response formats are unknown
  • The specific NFT (token ID 67) purpose and collection are undocumented
  • No examples of successful responses are available
  • Other pages on the site (pricing, README, api) returned only 'Connect wallet' with no useful content

Citations

Provenance

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

Agent access