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 77 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 via the X-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 infrastructure utilities, all priced uniformly at $0.02 per request. The specific endpoint probed here (/api/v1/nfts/77/metadata) falls outside those listed categories and appears to serve on-chain NFT metadata. The platform advertises no minimums, no commitments, and instant access.

Because no OpenAPI schema, request/response examples, or detailed documentation were found for this specific NFT metadata endpoint, the exact request body format and response structure are unknown. The x402 challenge confirms the endpoint is live and accepting payment-gated POST requests. Users should expect a JSON response containing NFT metadata fields (likely name, description, image, attributes), but the precise schema is unverified.

Capabilities

x402-paymentnft-metadatausdc-settlementbase-networkpay-per-requestno-api-key

Use cases

  • Retrieving metadata for a specific NFT (token 77) programmatically
  • Integrating NFT display data into wallets or marketplaces
  • Agents fetching NFT attributes for on-chain analysis
  • Demonstrating x402 micropayment-gated API access

Fit

Best for

  • Developers needing pay-per-call NFT metadata without API key management
  • AI agents that can settle USDC payments on Base via x402
  • Quick one-off metadata lookups without subscription overhead

Not for

  • Bulk retrieval of metadata across many NFT collections (only token 77 is confirmed)
  • Users who cannot settle USDC on Base network
  • Applications requiring free or subscription-based access

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/77/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 x402 challenge is live and confirms pricing and network, but there is no OpenAPI schema, no request/response examples, and no documentation for this specific NFT metadata endpoint. The endpoint path is not listed on the provider's own landing page among its advertised APIs, making its purpose and output schema uncertain.

Warnings

  • No OpenAPI or schema documentation found for this endpoint
  • No request body or response examples available
  • Endpoint /api/v1/nfts/77/metadata is not listed among the provider's advertised APIs on the landing page
  • Exact response format is unknown — NFT metadata structure is inferred, not confirmed
  • Only token ID 77 is referenced; unclear if other token IDs are supported at different paths

Citations

Provenance

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

Agent access