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 37 from the lowpaymentfee.com platform. It is part of a broader suite of pay-per-request APIs offered by the same provider, spanning data analytics, AI/ML inference, finance/Web3, and utility services. All endpoints use the x402 payment protocol, settling in USDC on the Base network.

The specific endpoint at `/api/v1/nfts/37/metadata` accepts POST requests and returns JSON. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 per request (USDC uses 6 decimals). Payment is made via the `exact` scheme with a 300-second timeout. No API keys or rate limits are advertised; access is gated entirely by the x402 micropayment.

Documentation is minimal — the provider's landing page lists available endpoints and pricing but does not provide request/response schemas, example payloads, or detailed descriptions of what the NFT metadata contains. The endpoint is live and returning a valid 402 challenge, but without further documentation it is unclear what fields the metadata response includes or whether additional input parameters are supported in the POST body.

Capabilities

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

Use cases

  • Retrieving metadata for NFT token #37 programmatically
  • Integrating NFT display data into a dApp or marketplace
  • Demonstrating x402 micropayment-gated API access

Fit

Best for

  • Developers needing on-demand NFT metadata without API key management
  • Agents or bots that can settle USDC micropayments on Base
  • Exploring x402 protocol integration patterns

Not for

  • Bulk retrieval of metadata for large NFT collections (single-token endpoint, no batch support documented)
  • Users who cannot transact in USDC on Base network
  • Applications requiring detailed schema documentation or SLA guarantees

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/37/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 and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI schema, no documented request/response format, no examples, and the NFT metadata content is entirely unspecified. The listing is effectively a stub with confirmed liveness and pricing.

Warnings

  • No request or response schema documented — POST body format and metadata fields are unknown.
  • Only a single NFT token ID (37) is addressed by this endpoint; unclear if other token IDs are available at similar paths.
  • Provider landing page offers many API categories but none have detailed documentation beyond a title and price.
  • No robots.txt or agents.txt found; no OpenAPI spec available.

Citations

Provenance

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

Agent access

NFT metadata endpoint on Base, pay-per-call via x402 with USDC at $0.02/request. — Clawmart · Clawmart