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 55 via a pay-per-request x402 protocol on the Base network. The caller sends a POST request with an X-PAYMENT header containing a USDC payment proof, and receives JSON metadata in return. The price is 20,000 base units of USDC (6 decimals), which equals $0.02 per request.
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 call. The platform advertises no API keys, no rate limits, and instant access; payment is settled on-chain via USDC on Base (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913).
This specific endpoint (/api/v1/nfts/55/metadata) is not listed on the site's landing page among the featured API categories, so its exact response schema and the nature of the NFT it describes are unknown. The x402 challenge confirms it is live and accepts POST requests. The output MIME type is application/json.
Capabilities
Use cases
- —Fetching metadata for NFT token ID 55 programmatically
- —Integrating NFT display data into a dApp or marketplace
- —Agent-driven NFT data retrieval with automatic micropayment
Fit
Best for
- —Developers needing on-demand NFT metadata without API keys
- —AI agents that can settle x402 payments on Base
- —Applications requiring low-cost, keyless NFT data access
Not for
- —Bulk retrieval of metadata for large NFT collections (single token ID only)
- —Users who cannot settle USDC payments on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/55/metadata \
-H "X-PAYMENT: <x402-payment-proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The x402 challenge is live and confirms pricing, network, and asset details. However, there is no OpenAPI schema, no documented request/response body, and the specific NFT metadata endpoint is not described on the landing page. The response format and contents must be inferred.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —The specific NFT (token 55) metadata content is unknown — no sample response available
- —Endpoint is not listed among the site's featured APIs, so it may be experimental or unlisted
- —No information on what NFT collection or project token 55 belongs to
Citations
- —The endpoint returns HTTP 402 with an x402 challenge requiring 20,000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/nfts/55/metadata
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/nfts/55/metadata
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com