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 97 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 decimals = $0.02). No API keys or accounts are needed — 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 catalog 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 route (`/api/v1/nfts/97/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 there is no OpenAPI spec, no request/response schema documentation, and no examples of what the NFT metadata payload looks like, the actual utility of this endpoint is difficult to evaluate without making a paid call. The provider's landing page confirms the pricing model and general philosophy (no rate limits, no API keys, instant access), but detailed per-endpoint documentation is absent.

Capabilities

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

Use cases

  • Retrieving on-chain NFT metadata for token ID 97 without needing an API key
  • Programmatic access to NFT metadata with micropayment settlement on Base
  • Agent-driven NFT data retrieval using x402 payment protocol

Fit

Best for

  • Agents or bots that need NFT metadata and can settle USDC on Base
  • Developers experimenting with x402 pay-per-call patterns
  • Low-friction, keyless access to NFT data

Not for

  • Bulk retrieval of metadata across many NFT collections (only one token ID exposed here)
  • Users who need detailed documentation or response schema guarantees before calling
  • Applications requiring free or subscription-based access

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/97/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 is live and confirms pricing and payment details, but there is no OpenAPI spec, no request body schema, no response schema, and no documentation for what the NFT metadata contains. This is effectively a stub listing with verified liveness.

Warnings

  • No OpenAPI or schema documentation available — request and response formats are unknown
  • Only a single NFT token ID (97) is exposed at this path; unclear if other token IDs are available
  • No examples of the metadata payload returned by this endpoint
  • Provider pages (/api, /pricing, /README) returned only a 'Connect wallet' prompt with no useful content

Citations

Provenance

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

Agent access