x402-gated card-transactions endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com exposes a POST-based API at `/api/v1/cards/86/transactions` behind an x402 payment challenge. The site describes itself as offering "Premium API Access" and charges $0.02 per request, settled in USDC on the Base network. The x402 challenge confirms the asset is USD Coin (contract 0x8335…2913 on Base) with a maxAmountRequired of 20000 base units, which equals $0.02 (USDC uses 6 decimals). No API keys or rate limits are advertised; access is granted purely via the x402 payment header.
The specific functionality of this particular endpoint (`/api/v1/cards/86/transactions`) is unclear from the available documentation. The provider's landing page lists many API categories — data & analytics, AI & ML, finance & Web3, and infrastructure utilities — but this specific cards/transactions path does not appear in any of those listed categories. No OpenAPI schema, request/response examples, or detailed documentation were found; the docs, pricing, and API pages all returned only a "Connect wallet" prompt with no further content.
Because the endpoint's actual behavior is undocumented, consumers should treat this as a stub listing. The x402 challenge is live and well-formed, confirming the endpoint is operational at the protocol level, but what data or action it returns upon successful payment is unknown.
Capabilities
Use cases
- —Fetching card transaction data behind a per-request USDC micropayment
- —Integrating x402-compatible payment flows into agent workflows
- —Programmatic access to card-level transaction records
Fit
Best for
- —Developers experimenting with x402 payment protocol on Base
- —Agents that can settle USDC micropayments per call
- —Use cases needing keyless, pay-per-request API access
Not for
- —Users who need detailed API documentation before integrating
- —High-volume consumers who need subscription or bulk pricing
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/cards/86/transactions \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and well-formed, confirming the endpoint exists and accepts USDC on Base at $0.02/request. However, the specific endpoint path (/api/v1/cards/86/transactions) is not documented anywhere on the site, there is no OpenAPI schema, no request/response examples, and all doc pages are empty. The actual functionality is unknown.
Warnings
- —The endpoint path /api/v1/cards/86/transactions does not appear in the provider's listed API catalog — its purpose is undocumented.
- —No OpenAPI schema, request body format, or response examples are available.
- —All documentation pages (docs, pricing, API, README) returned only a 'Connect wallet' prompt with no usable content.
- —The description 'Premium API Access' is generic and does not explain what this endpoint does.
Citations
- —The x402 challenge returns maxAmountRequired of 20000 in USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base networkhttps://lowpaymentfee.com/api/v1/cards/86/transactions
- —The site advertises $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The listed API categories include Data & Analytics, AI & ML, Finance & Web3, and Infrastructure — but cards/transactions is not among themhttps://lowpaymentfee.com