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 96 via the x402 payment protocol. It is hosted on lowpaymentfee.com, a platform that offers a broad catalog of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities. All endpoints on the platform share a uniform pricing model of $0.02 per request, settled in USDC on the Base network with no API keys, rate limits, or upfront commitments required.

The specific endpoint at `/api/v1/nfts/96/metadata` accepts POST requests and returns JSON. The x402 challenge confirms it is live, advertising a max amount of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is made via the x402 `exact` scheme to the payTo address, with a 300-second timeout window.

Because the endpoint path is scoped to a single NFT token ID (96), it likely returns metadata (name, description, image, attributes) for that specific NFT. The broader platform lists many other endpoints but no OpenAPI schema, request/response examples, or detailed documentation was found during the crawl. The actual content and structure of the metadata response is unknown.

Capabilities

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

Use cases

  • Retrieving metadata (name, image, attributes) for NFT token ID 96
  • Integrating NFT display data into a wallet or marketplace UI
  • Programmatic access to NFT metadata without API key management

Fit

Best for

  • Agents or apps needing on-demand NFT metadata with crypto micropayments
  • Developers who want keyless, pay-as-you-go API access on Base
  • Projects already using x402-compatible payment flows

Not for

  • Bulk retrieval of metadata across many NFT collections (single token ID scoped)
  • Users who cannot pay in USDC on the Base network
  • Applications requiring detailed API documentation or guaranteed SLAs

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, no documentation beyond a landing page listing, and the endpoint is scoped to a single NFT token ID with unknown response structure.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • Response structure is entirely unknown — no example responses found
  • Endpoint is scoped to a single NFT token ID (96); unclear if other IDs are available at similar paths
  • Platform pages beyond the landing page returned only 'Connect wallet' with no useful content

Citations

Provenance

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

Agent access