x402-gated NFT data endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at `/api/v1/nfts/27` is part of the lowpaymentfee.com platform, a collection of x402-protocol pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities. The specific endpoint appears to serve NFT-related data (resource ID 27), though the exact response payload is not documented. Payment is settled on the Base network using USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`) via the x402 "exact" scheme.
The endpoint is live and returns a valid x402 challenge (HTTP 402) with `maxAmountRequired` of 20,000 base units. Since USDC uses 6 decimals, this translates to $0.02 per request, consistent with the platform's uniform $0.02/request pricing across all listed APIs. The platform advertises no API keys, no rate limits, and instant access — callers simply attach an `X-PAYMENT` header with a valid x402 payment proof.
Note that the `/api/v1/nfts/27` endpoint is not listed on the provider's landing page among the advertised API categories (Data & Analytics, AI & ML, Finance & Web3, Infrastructure). It may be an unlisted or supplementary endpoint. No OpenAPI schema, request/response examples, or detailed documentation were found for this specific resource, so the exact input parameters and output format remain unknown.
Capabilities
Use cases
- —Fetching NFT metadata or details for a specific token/collection
- —Integrating NFT data into agent workflows without managing API keys
- —Programmatic pay-per-request access to NFT information on Base
Fit
Best for
- —Agents or bots that need on-demand NFT data without subscription overhead
- —Developers testing x402 payment flows with low-cost endpoints
- —Web3 applications needing USDC-settled API access on Base
Not for
- —Bulk NFT data retrieval requiring thousands of calls (no documented batch endpoint)
- —Users who need detailed API documentation or guaranteed SLAs before integrating
- —Non-crypto users who cannot generate x402 payment proofs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/27 \
-H "X-PAYMENT: <x402_payment_proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation, no OpenAPI schema, no request/response examples, and the endpoint is not even listed on the provider's own landing page. The actual functionality behind /api/v1/nfts/27 is entirely opaque.
Warnings
- —Endpoint /api/v1/nfts/27 is not listed among the provider's advertised APIs on the landing page — may be unlisted or experimental.
- —No request parameters or response schema documented anywhere; actual output format is unknown.
- —No OpenAPI spec, README, or detailed docs were retrievable (pages behind wallet connect).
- —The provider site appears to be a generic multi-category API platform; the depth and reliability of each endpoint is unclear.
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/nfts/27
- —USDC contract address on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/nfts/27
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The /api/v1/nfts/27 endpoint is not listed among the provider's advertised API categorieshttps://lowpaymentfee.com