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 returns NFT metadata for token ID 13 via a POST request. Payment is settled on the Base network using USDC (contract 0x8335…2913) through the x402 exact-payment scheme. The price per call is $0.02 (maxAmountRequired of 20,000 base units at 6 decimals).
The endpoint is part of a broader platform (lowpaymentfee.com) that offers a variety of pay-per-request APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints on the platform are advertised at $0.02 per request with no API keys, no rate limits, and no minimum commitments.
The specific endpoint `/api/v1/nfts/13/metadata` serves NFT metadata as JSON. No OpenAPI schema or detailed documentation about the request body or response structure is available, so the exact fields returned are unknown. The endpoint responded with a valid x402 challenge (HTTP 402) confirming it is live and accepting payments.
Capabilities
Use cases
- —Retrieving NFT metadata for token ID 13 programmatically
- —Integrating NFT data into wallets or marketplaces without API key management
- —Agent-driven NFT metadata lookups with micropayment settlement
Fit
Best for
- —Agents or apps needing on-demand NFT metadata without subscription overhead
- —Developers exploring x402 pay-per-call patterns on Base
- —Low-friction access to NFT data with crypto-native payments
Not for
- —Bulk retrieval of metadata across many NFT collections (only token 13 is exposed at this path)
- —Users who need fiat-only payment options
- —Applications requiring detailed OpenAPI documentation or guaranteed SLAs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/13/metadata \
-H "X-PAYMENT: <x402_payment_token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (valid 402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no documentation of request/response fields, no example payloads, and the crawled pages beyond the homepage returned only 'Connect wallet' with no useful content. The endpoint is narrowly scoped to a single NFT token ID with no explanation of what metadata is returned.
Warnings
- —No OpenAPI or schema documentation available for request or response bodies
- —Crawled /api, /pricing, and /README pages returned no useful content (only 'Connect wallet')
- —Endpoint is scoped to a single NFT token ID (13); unclear if other IDs are available at different paths
- —No information about uptime guarantees, rate limits, or data freshness
Citations
- —Endpoint returns HTTP 402 with x402 challenge, maxAmountRequired 20000 in USDC on Base networkhttps://lowpaymentfee.com/api/v1/nfts/13/metadata
- —All endpoints priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/nfts/13/metadata