NFT metadata endpoint on Base, pay-per-call via x402 with USDC at $0.02/request.
What it does
This endpoint serves NFT metadata for token ID 61 via a pay-per-request x402 protocol on the Base network. It accepts POST requests and returns JSON. Payment is settled in USDC (contract 0x8335…2913 on Base) at a maximum cost of $0.02 per call (20,000 base units with 6 decimals). No API keys, rate limits, or subscriptions are required — each request is individually paid through the x402 payment header.
The endpoint is part of a broader platform at lowpaymentfee.com that offers dozens of x402-gated APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services, all priced uniformly at $0.02 per request. However, this specific listing covers only the NFT metadata route at `/api/v1/nfts/61/metadata`.
Because there is no OpenAPI schema, no documentation beyond the landing page, and no example responses available, the actual structure of the returned metadata is unknown. The endpoint is confirmed live (returns a valid 402 challenge), but consumers should be aware that the response format is undocumented.
Capabilities
Use cases
- —Fetching on-chain NFT metadata for display in wallets or marketplaces
- —Programmatic retrieval of NFT attributes for indexing or analytics
- —Agent-driven NFT data lookups without managing API keys
Fit
Best for
- —Agents needing keyless, per-call NFT metadata access
- —Developers who want to pay with USDC on Base without subscriptions
- —Quick one-off NFT metadata lookups
Not for
- —Bulk retrieval of metadata across many token IDs (no batch endpoint documented)
- —Users who need detailed API documentation or response schema guarantees
- —Non-crypto workflows that cannot send x402 payment headers
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/61/metadata \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming it accepts payments. However, there is no OpenAPI schema, no documented response format, no example responses, and no description of what NFT collection or data is served. The listing is essentially a stub with confirmed liveness.
Warnings
- —No OpenAPI or response schema available — the structure of the returned NFT metadata is unknown.
- —No documentation exists for this specific endpoint beyond the generic landing page.
- —It is unclear what NFT collection token ID 61 belongs to or what metadata fields are returned.
- —The broader platform lists many endpoints but none have detailed docs in the crawl.
Citations
- —Endpoint returns HTTP 402 with x402 challenge advertising USDC on Base at maxAmountRequired 20000https://lowpaymentfee.com/api/v1/nfts/61/metadata
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/nfts/61/metadata