NFT metadata endpoint on Base, pay-per-call via x402 with USDC at $0.02/request.
What it does
This x402-enabled endpoint serves NFT metadata for token ID 94 at `https://lowpaymentfee.com/api/v1/nfts/94/metadata`. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`) via the x402 "exact" scheme.
The price per request is 20,000 base units of USDC (6 decimals), which equals $0.02 USD — consistent with the provider's uniform $0.02/request pricing across all their API offerings. No API keys are required; callers simply attach an `X-PAYMENT` header with a valid x402 payment proof. The provider advertises no rate limits and instant access.
The endpoint is part of a broader platform at lowpaymentfee.com that offers dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services — all at the same $0.02 price point and all gated by x402 on Base. However, the specific NFT metadata endpoint probed here (`/api/v1/nfts/94/metadata`) is not listed on the provider's landing page among the advertised API categories, so its exact response schema and the nature of the NFT collection it references are unknown.
Capabilities
Use cases
- —Retrieving metadata for a specific NFT (token 94) programmatically
- —Integrating NFT display data into wallets or marketplaces without API key management
- —Agent-driven NFT data lookups with micropayment settlement on Base
Fit
Best for
- —Developers needing keyless, pay-per-call NFT metadata access
- —AI agents that can settle x402 payments on Base
- —Projects wanting low-friction access to NFT data without subscriptions
Not for
- —Bulk retrieval of metadata across large NFT collections (single-token endpoint)
- —Users who need free or fiat-only payment options
- —Applications requiring detailed provenance or ownership history beyond metadata
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/94/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 documentation of the request body schema, response schema, or what NFT collection token 94 belongs to. The endpoint is not even listed among the provider's advertised APIs. No OpenAPI spec or examples are available.
Warnings
- —This specific NFT metadata endpoint (/api/v1/nfts/94/metadata) is not listed on the provider's landing page among advertised APIs — its availability and behavior are unverified beyond the 402 challenge.
- —No request or response schema is documented; callers must discover the expected POST body by experimentation.
- —The NFT collection and token 94 identity are unknown — unclear what metadata is actually returned.
Citations
- —Uniform $0.02/request pricing across all APIs, no API keys, no rate limits, Base networkhttps://lowpaymentfee.com
- —USDC asset contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base, maxAmountRequired 20000 (= $0.02)https://lowpaymentfee.com/api/v1/nfts/94/metadata
- —x402 challenge returned with x402Version 1, scheme exact, payTo 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3https://lowpaymentfee.com/api/v1/nfts/94/metadata