x402basequality 0.30

x402-gated premium API endpoint on Base, payable in USDC per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

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

x402-paymentusdc-paymentbase-networkpay-per-requestjson-responseno-api-keypost-method

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

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

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

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 19:51:20Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access