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 77 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 via the X-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 infrastructure utilities, all priced uniformly at $0.02 per request. The specific endpoint probed here (/api/v1/nfts/77/metadata) falls outside those listed categories and appears to serve on-chain NFT metadata. The platform advertises no minimums, no commitments, and instant access.
Because no OpenAPI schema, request/response examples, or detailed documentation were found for this specific NFT metadata endpoint, the exact request body format and response structure are unknown. The x402 challenge confirms the endpoint is live and accepting payment-gated POST requests. Users should expect a JSON response containing NFT metadata fields (likely name, description, image, attributes), but the precise schema is unverified.
Capabilities
Use cases
- —Retrieving metadata for a specific NFT (token 77) programmatically
- —Integrating NFT display data into wallets or marketplaces
- —Agents fetching NFT attributes for on-chain analysis
- —Demonstrating x402 micropayment-gated API access
Fit
Best for
- —Developers needing pay-per-call NFT metadata without API key management
- —AI agents that can settle USDC payments on Base via x402
- —Quick one-off metadata lookups without subscription overhead
Not for
- —Bulk retrieval of metadata across many NFT collections (only token 77 is confirmed)
- —Users who cannot settle USDC on Base network
- —Applications requiring free or subscription-based access
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/77/metadata \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and confirms pricing and network, but there is no OpenAPI schema, no request/response examples, and no documentation for this specific NFT metadata endpoint. The endpoint path is not listed on the provider's own landing page among its advertised APIs, making its purpose and output schema uncertain.
Warnings
- —No OpenAPI or schema documentation found for this endpoint
- —No request body or response examples available
- —Endpoint /api/v1/nfts/77/metadata is not listed among the provider's advertised APIs on the landing page
- —Exact response format is unknown — NFT metadata structure is inferred, not confirmed
- —Only token ID 77 is referenced; unclear if other token IDs are supported at different paths
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 in USDC on Base networkhttps://lowpaymentfee.com/api/v1/nfts/77/metadata
- —The platform advertises $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/nfts/77/metadata