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 43 via a POST request, gated by the x402 payment protocol. It is hosted on lowpaymentfee.com, a platform offering a broad catalog of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced at $0.02 per call with no API keys, no rate limits, and no commitments.
The specific endpoint at `/api/v1/nfts/43/metadata` returns JSON (`application/json`) and accepts payment in USDC on the Base network. The x402 challenge advertises a `maxAmountRequired` of 20,000 base units; since USDC uses 6 decimals, this equals $0.02 per request, consistent with the site-wide pricing. Payment is settled to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` with a timeout of 300 seconds.
No OpenAPI schema, detailed documentation, or example responses were found for this specific endpoint. The platform's landing page lists many endpoints but provides no further technical documentation beyond the pricing and category groupings. The actual content of the NFT metadata returned is unknown from the available material.
Capabilities
Use cases
- —Retrieving metadata for NFT token ID 43 programmatically
- —Integrating NFT metadata into a dApp or marketplace UI
- —Agent-driven NFT data lookup with micropayment settlement
Fit
Best for
- —Developers needing on-demand NFT metadata without API key management
- —AI agents that can settle x402 micropayments on Base
- —Quick, low-cost one-off metadata lookups
Not for
- —Bulk retrieval of metadata for large NFT collections (single token ID only)
- —Users who cannot transact in USDC on the Base network
- —Applications requiring detailed documentation or guaranteed SLAs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/43/metadata \
-H "X-PAYMENT: <x402_payment_token>" \
-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 documentation beyond the landing page listing, no example request/response, and the actual metadata content is unknown. This is effectively a stub listing.
Warnings
- —No OpenAPI or detailed documentation available for this endpoint.
- —The actual NFT metadata content and schema are unknown — no example response was captured.
- —Only a single token ID (43) is addressed by this endpoint; it is unclear if other token IDs are available at similar paths.
- —The broader lowpaymentfee.com platform lists many endpoints but docs pages returned only 'Connect wallet' with no substantive content.
Citations
- —The x402 challenge advertises maxAmountRequired of 20000 base units in USDC on Base network with a 300-second timeout.https://lowpaymentfee.com/api/v1/nfts/43/metadata
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.https://lowpaymentfee.com/api/v1/nfts/43/metadata
- —Site-wide pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base network.https://lowpaymentfee.com