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 serves NFT metadata for token ID 55 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 price is 20,000 base units of USDC (6 decimals), which equals $0.02 per request.

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 infrastructure utilities — all priced uniformly at $0.02 per call. The platform advertises no API keys, no rate limits, and instant access; payment is settled on-chain via USDC on Base (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913).

This specific endpoint (/api/v1/nfts/55/metadata) is not listed on the site's landing page among the featured API categories, so its exact response schema and the nature of the NFT it describes are unknown. The x402 challenge confirms it is live and accepts POST requests. The output MIME type is application/json.

Capabilities

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

Use cases

  • Fetching metadata for NFT token ID 55 programmatically
  • Integrating NFT display data into a dApp or marketplace
  • Agent-driven NFT data retrieval with automatic micropayment

Fit

Best for

  • Developers needing on-demand NFT metadata without API keys
  • AI agents that can settle x402 payments on Base
  • Applications requiring low-cost, keyless NFT data access

Not for

  • Bulk retrieval of metadata for large NFT collections (single token ID only)
  • Users who cannot settle USDC payments on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/55/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 confirms pricing, network, and asset details. However, there is no OpenAPI schema, no documented request/response body, and the specific NFT metadata endpoint is not described on the landing page. The response format and contents must be inferred.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • The specific NFT (token 55) metadata content is unknown — no sample response available
  • Endpoint is not listed among the site's featured APIs, so it may be experimental or unlisted
  • No information on what NFT collection or project token 55 belongs to

Citations

Provenance

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

Agent access