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 65 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, accounts, or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof to access the resource.

The provider's landing page advertises a broad suite of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities, all priced at $0.02 per request. This specific endpoint falls under an NFT metadata category (path: /api/v1/nfts/65/metadata). The response MIME type is application/json. Payment is settled to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base.

Note that the actual content returned by this endpoint is not documented beyond the generic "Premium API Access" description. There is no OpenAPI schema, no example response, and no detailed documentation available from the crawled pages. The provider site mostly shows a wallet-connect interface with minimal technical docs.

Capabilities

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

Use cases

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

Fit

Best for

  • Agents or apps that need NFT metadata with no account setup
  • Developers testing x402 payment flows on Base
  • Low-friction, pay-as-you-go NFT data access

Not for

  • Bulk NFT metadata retrieval across many token IDs (only token 65 is documented at this path)
  • Users who need detailed API documentation or response schemas before integrating
  • Free-tier or subscription-based API consumers

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/65/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 (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI schema, no example request/response, and no documentation beyond a generic label. The actual data returned is unknown, making this effectively a stub listing.

Warnings

  • No OpenAPI or response schema available — actual response format is unknown
  • Only token ID 65 is addressed by this specific endpoint; generalizability unclear
  • Provider documentation pages (pricing, README, api) all resolve to a wallet-connect page with no technical content
  • No example responses or field descriptions available

Citations

Provenance

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

Agent access