NFT metadata endpoint on Base, pay-per-call via x402 with USDC at $0.02/request.
What it does
This endpoint at lowpaymentfee.com serves NFT metadata for token ID 73 via a POST request, gated by the x402 payment protocol. Each call costs $0.02 in USDC on the Base network (maxAmountRequired of 20,000 base units with 6 decimals = $0.02). No API keys or accounts are needed — callers attach an X-PAYMENT header with a valid x402 payment proof and receive JSON metadata in return.
The provider, lowpaymentfee.com, hosts a broader suite of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/Web3 data (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints share the same $0.02/request pricing model and settle on the Base L2 network using USDC. The platform advertises no rate limits, no minimums, and instant access.
This specific endpoint (/api/v1/nfts/73/metadata) returns metadata for a particular NFT. The exact schema of the returned metadata is not documented — there is no OpenAPI spec, no example responses, and the crawled docs pages beyond the landing page only show a "Connect wallet" prompt. The endpoint is confirmed live via a 402 challenge captured during probing.
Capabilities
Use cases
- —Fetching metadata for NFT token #73 programmatically
- —Integrating NFT display data into wallets or marketplaces
- —Agent-driven NFT metadata retrieval without API key management
Fit
Best for
- —Developers needing keyless, pay-per-call NFT metadata access
- —AI agents that can settle micropayments via x402 on Base
- —Quick one-off metadata lookups without account setup
Not for
- —Bulk retrieval of metadata across many NFT collections (only token 73 at this path)
- —Users who need detailed API documentation or response schema guarantees
- —Applications requiring free or subscription-based access
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/73/metadata \
-H "X-PAYMENT: <x402_payment_proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and the docs pages are empty beyond the landing page. The specific NFT metadata content is entirely unknown.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —Response format and fields are completely undocumented
- —Only serves metadata for NFT token ID 73 at this specific path; generality is unclear
- —Docs, pricing, and README pages return only a 'Connect wallet' prompt with no useful content
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC on Base at maxAmountRequired 20000https://lowpaymentfee.com/api/v1/nfts/73/metadata
- —All endpoints priced at $0.02/request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/nfts/73/metadata