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 61 via a pay-per-request x402 protocol on the Base network. It accepts POST requests and returns JSON. Payment is settled in USDC (contract 0x8335…2913 on Base) at a maximum cost of $0.02 per call (20,000 base units with 6 decimals). No API keys, rate limits, or subscriptions are required — each request is individually paid through the x402 payment header.

The endpoint is part of a broader platform at lowpaymentfee.com that offers dozens of x402-gated APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services, all priced uniformly at $0.02 per request. However, this specific listing covers only the NFT metadata route at `/api/v1/nfts/61/metadata`.

Because there is no OpenAPI schema, no documentation beyond the landing page, and no example responses available, the actual structure of the returned metadata is unknown. The endpoint is confirmed live (returns a valid 402 challenge), but consumers should be aware that the response format is undocumented.

Capabilities

nft-metadatax402-paymentusdc-settlementbase-networkpay-per-requestno-api-key

Use cases

  • Fetching on-chain NFT metadata for display in wallets or marketplaces
  • Programmatic retrieval of NFT attributes for indexing or analytics
  • Agent-driven NFT data lookups without managing API keys

Fit

Best for

  • Agents needing keyless, per-call NFT metadata access
  • Developers who want to pay with USDC on Base without subscriptions
  • Quick one-off NFT metadata lookups

Not for

  • Bulk retrieval of metadata across many token IDs (no batch endpoint documented)
  • Users who need detailed API documentation or response schema guarantees
  • Non-crypto workflows that cannot send x402 payment headers

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/61/metadata \
  -H "X-PAYMENT: <x402-payment-token>" \
  -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 402 challenge, confirming it accepts payments. However, there is no OpenAPI schema, no documented response format, no example responses, and no description of what NFT collection or data is served. The listing is essentially a stub with confirmed liveness.

Warnings

  • No OpenAPI or response schema available — the structure of the returned NFT metadata is unknown.
  • No documentation exists for this specific endpoint beyond the generic landing page.
  • It is unclear what NFT collection token ID 61 belongs to or what metadata fields are returned.
  • The broader platform lists many endpoints but none have detailed docs in the crawl.

Citations

Provenance

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

Agent access