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 serves NFT metadata for token ID 78 via a pay-per-request x402 protocol on the Base network. The caller sends a POST request with an X-PAYMENT header containing a USDC payment proof, and receives JSON metadata in return. The payment is settled on-chain using USDC (contract 0x8335…2913) on Base.

The endpoint is part of a broader API platform at lowpaymentfee.com that offers dozens of endpoints across data analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced at $0.02 per request. The platform advertises no API keys, no rate limits, and instant access; authentication and billing are handled entirely through the x402 payment challenge. The x402 challenge specifies a maxAmountRequired of 20000 base units; since USDC uses 6 decimals, this equals $0.02 per call.

This specific endpoint (/api/v1/nfts/78/metadata) is not prominently listed on the site's landing page, which focuses on analytics, AI, finance, and utility endpoints. The actual content of the NFT metadata returned is unknown — no example response or schema is documented. The endpoint is confirmed live (returns 402 with a valid x402 challenge).

Capabilities

nft-metadatax402-paymentusdc-settlementbase-networkpay-per-requestjson-response

Use cases

  • Retrieving metadata for NFT token #78 programmatically
  • Integrating NFT metadata into a dApp or marketplace without API keys
  • Agent-driven NFT data retrieval with micropayments

Fit

Best for

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

Not for

  • Bulk NFT metadata retrieval across many token IDs (only token 78 is exposed at this path)
  • Users who cannot transact in USDC on Base network
  • Applications requiring detailed schema documentation or SLA guarantees

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/78/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 endpoint is live and returns a valid x402 challenge, confirming pricing and network. However, there is no OpenAPI schema, no documented request body, no example response, and the NFT metadata endpoint isn't even listed on the provider's landing page. The actual data returned is entirely unknown.

Warnings

  • No response schema or example response documented — the content of the NFT metadata is unknown.
  • This specific endpoint (/api/v1/nfts/78/metadata) is not listed on the provider's landing page; it may be a test or unlisted resource.
  • No OpenAPI spec or detailed documentation available for any endpoint on this platform.
  • The /api, /pricing, and /README pages all returned only a 'Connect wallet' prompt with no useful content.

Citations

Provenance

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

Agent access