NFT metadata endpoint on Base, pay-per-call via x402 with USDC at $0.02/request.
What it does
This endpoint serves NFT metadata for token ID 92 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 request (20,000 base units with 6 decimals). No API keys, rate limits, or subscriptions are required — each call is individually paid through the x402 payment header.
The endpoint is part of a broader platform at lowpaymentfee.com that offers a variety of x402-gated APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request. The specific endpoint at `/api/v1/nfts/92/metadata` appears to be an NFT metadata service, though the crawled documentation does not provide details about the schema of the returned metadata or which NFT collection it references.
The x402 challenge was successfully captured (HTTP 402 with version 1 challenge), confirming the endpoint is live. However, no OpenAPI schema, detailed documentation, or example responses were found in the crawl. The endpoint's output format and fields are unknown beyond the declared MIME type of `application/json`.
Capabilities
Use cases
- —Retrieving metadata for NFT token ID 92 programmatically
- —Integrating NFT metadata into wallets or marketplaces without API key management
- —Agent-driven NFT data retrieval with micropayment settlement
Fit
Best for
- —Agents or apps needing on-demand NFT metadata without subscription overhead
- —Developers experimenting with x402 pay-per-call patterns on Base
- —Low-volume or sporadic NFT metadata lookups
Not for
- —Bulk retrieval of metadata across many NFT collections (only serves token 92)
- —Users who need free or pre-paid API access without crypto wallets
- —Applications requiring detailed documentation or guaranteed SLAs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/92/metadata \
-H "X-PAYMENT: <x402_payment_header>" \
-H "Content-Type: application/json"Endpoint
Quality
The x402 challenge confirms the endpoint is live and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no example request/response, no documentation about what metadata fields are returned, and no information about which NFT collection token 92 belongs to. This is effectively a stub listing.
Warnings
- —No documentation found describing the NFT metadata response schema or which collection is served
- —Endpoint is specific to a single token ID (92); unclear if other token IDs are available at similar paths
- —No OpenAPI spec, no example responses, and crawled pages beyond the homepage returned only 'Connect wallet' with no useful content
Citations
- —Endpoint returns HTTP 402 with x402 version 1 challenge, confirming it is livehttps://lowpaymentfee.com/api/v1/nfts/92/metadata
- —Payment is in USDC on Base network at maxAmountRequired of 20000 base units ($0.02)https://lowpaymentfee.com/api/v1/nfts/92/metadata
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com