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 85 via an x402 pay-per-call model. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) with an 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; access is gated purely by the x402 payment header.
The provider, lowpaymentfee.com, hosts a broader catalog of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/Web3 data (price feeds, exchange rates, gas estimates), and infrastructure utilities (geocoding, validation, conversion). All listed endpoints share the same $0.02-per-request pricing. However, this specific listing covers only the `/api/v1/nfts/85/metadata` endpoint.
The endpoint is live and returns a proper 402 challenge with x402 version 1. No OpenAPI schema, detailed documentation, or example responses were found in the crawl. The exact structure of the returned NFT metadata is unknown, and there is no information about what NFT collection or project token 85 belongs to. The output MIME type is declared as application/json.
Capabilities
Use cases
- —Retrieving metadata for NFT token ID 85 from this provider
- —Integrating NFT metadata lookups into agent workflows with micropayments
- —Demonstrating x402 pay-per-call patterns for NFT data
Fit
Best for
- —Agents needing NFT metadata with no API key signup
- —Developers exploring x402 micropayment-gated APIs
- —Quick one-off NFT metadata lookups settled in USDC on Base
Not for
- —Bulk NFT metadata retrieval across many collections (only one token ID served here)
- —Users who need free or subscription-based NFT metadata APIs
- —Querying NFT metadata on networks other than Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/85/metadata \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, but there is no OpenAPI schema, no documentation of request/response formats, no example payloads, and no information about what NFT collection token 85 belongs to. The listing is essentially a stub with only the payment challenge to go on.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —No example request or response bodies found; response structure is unknown
- —Only serves metadata for a single NFT token ID (85); unclear what collection this belongs to
- —Provider site pages (/api, /pricing, /README) returned only 'Connect wallet' with no useful content
Citations
- —Endpoint returns 402 with x402 version 1 challenge, maxAmountRequired 20000 USDC base units on Base networkhttps://lowpaymentfee.com/api/v1/nfts/85/metadata
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/nfts/85/metadata
- —All listed endpoints share $0.02/request pricing with no API keys, no rate limitshttps://lowpaymentfee.com