NFT metadata endpoint on Base, pay-per-call via x402 with USDC at $0.02/request.
What it does
This x402-enabled endpoint at lowpaymentfee.com serves NFT metadata for token ID 64 via a POST request. Payment is settled on the Base network using USDC (contract 0x8335…2913) through the x402 exact payment scheme. The maximum amount required per call is 20,000 base units of USDC, which equals $0.02 (USDC uses 6 decimals). No API keys or rate limits are advertised — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The provider hosts a broader suite of pay-per-call APIs across categories including data/analytics, AI/ML (sentiment analysis, summarization, classification, embeddings), finance/Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All listed endpoints share the same $0.02-per-request pricing model on the Base network.
Documentation is minimal: there is no OpenAPI spec, no request/response schema beyond the x402 challenge's outputSchema stub, and the crawled /api, /pricing, and /README pages all resolve to a bare "Connect wallet" prompt. The specific structure of the NFT metadata response for token 64 is unknown. Callers should expect a JSON response (mimeType is application/json) but will need to discover the exact shape empirically.
Capabilities
Use cases
- —Fetching metadata for a specific NFT (token 64) programmatically
- —Integrating NFT metadata into a dApp or marketplace without managing API keys
- —Demonstrating x402 micropayment flows on the Base network
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents that need on-demand NFT metadata without subscription overhead
- —Low-volume, pay-as-you-go NFT data retrieval
Not for
- —Bulk NFT metadata ingestion across many collections (only token 64 is exposed at this path)
- —Users who need detailed API documentation or guaranteed SLAs
- —Non-crypto workflows that cannot settle USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/64/metadata \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no request body schema, no example response, and the crawled docs pages are empty. The specific NFT metadata content is entirely unknown, making this effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available — request and response formats are unknown
- —Crawled /api, /pricing, and /README pages returned only 'Connect wallet' with no useful content
- —Only token ID 64 is exposed at this specific path; generalizability to other token IDs is unclear
- —No SLA, uptime, or support information provided
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/nfts/64/metadata
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/nfts/64/metadata
- —All listed APIs are priced at $0.02 per request with no API keys, no rate limits, and instant access on Basehttps://lowpaymentfee.com