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 7 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 return.

The provider hosts a broader suite of pay-per-call APIs across data analytics, AI/ML inference (sentiment, summarization, classification, embeddings), finance/Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation), all uniformly priced at $0.02 per request. This specific endpoint focuses on NFT metadata retrieval. The x402 challenge confirms the endpoint is live, accepts USDC on Base (contract 0x8335…2913), and pays out to 0x1A2B…85F3 with a 300-second payment timeout.

Because there is no OpenAPI schema, no request/response body documentation, and no example payloads beyond the x402 challenge itself, the exact structure of the NFT metadata response and any required POST body fields are unknown. Callers should expect a JSON response (mimeType: application/json) but will need to experiment or contact the provider for field-level details.

Capabilities

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

Use cases

  • Retrieving on-chain NFT metadata for display in wallets or marketplaces
  • Programmatic access to NFT attributes for indexing or analytics
  • Agent-driven NFT data fetching without pre-registration or API keys

Fit

Best for

  • Developers needing quick, keyless NFT metadata lookups
  • AI agents that can settle micropayments via x402 on Base
  • Projects wanting pay-as-you-go access without subscriptions

Not for

  • Bulk metadata retrieval across thousands of NFTs (no batch endpoint documented)
  • Users who need metadata for token IDs other than 7 (only ID 7 is confirmed at this URL)
  • Anyone requiring detailed schema documentation before integration

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI schema, no documented request body, no example response, and no details about what metadata fields are returned. The endpoint is confirmed live via 402 but actual functionality is opaque.

Warnings

  • No OpenAPI or request/response schema available — POST body requirements are unknown
  • Only token ID 7 is confirmed; unclear if other IDs are supported at different paths
  • No documentation pages rendered useful content (pricing, README, and /api pages only show 'Connect wallet')
  • The provider lists many API categories but none have documented schemas

Citations

Provenance

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

Agent access