x402-gated premium API endpoint on Base, payable in USDC per request.
What it does
This endpoint at `/api/v1/carts/15` is part of the lowpaymentfee.com platform, which offers a collection of x402-protocol pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities. The specific `/carts/15` endpoint is labeled "Premium API Access" but its exact functionality is not documented beyond that label. The platform advertises a flat $0.02-per-request pricing model across its other endpoints, though this particular endpoint's x402 challenge specifies a `maxAmountRequired` of 20000 (in USDC base units on Base network, which equals $0.02 given USDC's 6 decimals).
Payment is handled via the x402 protocol using the "exact" scheme on the Base L2 network. The accepted asset is USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`). No API keys or rate limits are advertised — access is gated purely by on-chain micropayment. The endpoint accepts POST requests and returns `application/json`. The payment timeout is 300 seconds.
The broader lowpaymentfee.com platform lists 16 endpoints across four categories but provides minimal documentation. The docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no substantive content. Because the specific behavior of `/api/v1/carts/15` is undocumented and the "Premium API Access" label is generic, the actual data returned by this endpoint remains unclear.
Capabilities
Use cases
- —Accessing a premium API resource via on-chain USDC micropayment without needing an API key
- —Agent-driven programmatic purchasing of API responses using x402 protocol
- —Demonstrating x402 pay-per-request integration on Base network
Fit
Best for
- —Developers experimenting with x402 protocol micropayments
- —Agents that can settle USDC payments on Base L2
- —Use cases requiring keyless, pay-as-you-go API access
Not for
- —Users who need detailed documentation or guaranteed SLAs before integrating
- —Applications requiring free or fiat-only payment methods
- —Production workloads needing well-documented response schemas
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/carts/15 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but the actual functionality behind "Premium API Access" at /carts/15 is completely undocumented. Docs pages render only a wallet-connect prompt with no content. No request/response schema, no examples, and no description of what data is returned.
Warnings
- —The specific functionality of /api/v1/carts/15 ('Premium API Access') is not documented anywhere — the label is generic and uninformative.
- —All documentation pages (docs, pricing, API, README) render only a 'Connect wallet' prompt with no substantive content.
- —No request body schema or response schema is available; callers cannot know what to send or what to expect back.
- —The endpoint path '/carts/15' suggests a resource tied to a specific cart ID, which may be ephemeral or user-specific.
Citations
- —The endpoint returns a 402 challenge with x402Version 1, exact scheme, on Base network, accepting USDC at maxAmountRequired 20000https://lowpaymentfee.com/api/v1/carts/15
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/carts/15
- —Docs, pricing, API, and README pages render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs