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 3 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 needed — callers attach an X-PAYMENT header with a valid x402 payment proof and receive JSON metadata in response.

The provider hosts a broader suite of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/Web3 data (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints share the same $0.02/request pricing model and settle on the Base network using USDC. The platform advertises no rate limits, no minimums, and instant access.

This specific endpoint (/api/v1/nfts/3/metadata) returns NFT metadata in application/json format. The exact schema of the returned metadata is not documented, so the response structure must be discovered by making a paid call. The x402 challenge is live and well-formed, confirming the endpoint is operational.

Capabilities

nft-metadatax402-paymentusdc-settlementbase-networkpay-per-callno-api-keyjson-response

Use cases

  • Retrieving metadata for a specific NFT (token ID 3) programmatically
  • Integrating NFT display data into wallets or marketplaces without API key management
  • Agent-driven NFT data retrieval with micropayment settlement on Base

Fit

Best for

  • Developers needing on-demand NFT metadata without subscription commitments
  • AI agents that can settle x402 micropayments on Base
  • Applications displaying NFT information that prefer pay-per-use pricing

Not for

  • Bulk retrieval of metadata across many NFT collections (only token ID 3 is exposed at this path)
  • Users who need free or pre-paid API access without crypto wallets
  • Production systems requiring documented response schemas and SLAs

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The x402 challenge is live and well-formed, confirming the endpoint works. However, there is no OpenAPI schema, no documented request/response format, no examples, and the endpoint is narrowly scoped to a single NFT token ID. The broader platform docs are essentially empty beyond a landing page listing endpoints.

Warnings

  • No response schema documented — the structure of the returned NFT metadata is unknown.
  • Endpoint is scoped to a single NFT (token ID 3); unclear if other token IDs are available at similar paths.
  • No OpenAPI spec or detailed API documentation available.
  • The /api, /pricing, and /README pages returned only a 'Connect wallet' prompt with no useful content.

Citations

Provenance

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

Agent access