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 65 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, accounts, or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof to access the resource.
The provider's landing page advertises a broad suite of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities, all priced at $0.02 per request. This specific endpoint falls under an NFT metadata category (path: /api/v1/nfts/65/metadata). The response MIME type is application/json. Payment is settled to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base.
Note that the actual content returned by this endpoint is not documented beyond the generic "Premium API Access" description. There is no OpenAPI schema, no example response, and no detailed documentation available from the crawled pages. The provider site mostly shows a wallet-connect interface with minimal technical docs.
Capabilities
Use cases
- —Retrieving on-chain NFT metadata for token ID 65 without needing an API key
- —Programmatic access to NFT data with micropayment settlement on Base
- —Agent-driven NFT metadata lookups using x402 payment protocol
Fit
Best for
- —Agents or apps that need NFT metadata with no account setup
- —Developers testing x402 payment flows on Base
- —Low-friction, pay-as-you-go NFT data access
Not for
- —Bulk NFT metadata retrieval across many token IDs (only token 65 is documented at this path)
- —Users who need detailed API documentation or response schemas before integrating
- —Free-tier or subscription-based API consumers
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/65/metadata \
-H "X-PAYMENT: <x402-payment-proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI schema, no example request/response, and no documentation beyond a generic label. The actual data returned is unknown, making this effectively a stub listing.
Warnings
- —No OpenAPI or response schema available — actual response format is unknown
- —Only token ID 65 is addressed by this specific endpoint; generalizability unclear
- —Provider documentation pages (pricing, README, api) all resolve to a wallet-connect page with no technical content
- —No example responses or field descriptions available
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC on Base at maxAmountRequired 20000https://lowpaymentfee.com/api/v1/nfts/65/metadata
- —All APIs priced at $0.02 per request with no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/nfts/65/metadata