x402-gated card-transactions endpoint on Base, pay-per-call with USDC.
What it does
This endpoint at lowpaymentfee.com exposes a POST resource at `/api/v1/cards/48/transactions` behind an x402 payment challenge. It is part of a broader platform (lowpaymentfee.com) that offers dozens of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all gated via the x402 protocol on the Base network, settled in USDC.
The specific endpoint listed here is described only as "Premium API Access" with no further documentation on its request or response schema. The x402 challenge confirms the endpoint is live and accepts payments of up to 20,000 base units of USDC (0.02 USD) per request, paid to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base. The path `/api/v1/cards/48/transactions` suggests it returns transaction data for a specific card resource (card ID 48), but no schema, example payloads, or detailed docs were found in the crawl.
The platform advertises $0.02 per request across all endpoints, no API keys, no rate limits, and instant access. However, the docs, pricing, and API pages all rendered only a "Connect wallet" prompt with no substantive content, so there is very little information about what this endpoint actually returns or what input it expects beyond a POST request.
Capabilities
Use cases
- —Retrieving transaction history for a specific card resource via pay-per-call
- —Integrating card transaction data into agent workflows without API key management
- —Programmatic access to card-level financial data settled in USDC on Base
Fit
Best for
- —Agents that need keyless, pay-per-call access to card transaction data
- —Developers experimenting with x402 protocol integrations
- —Workflows requiring on-chain micropayment-gated API access
Not for
- —Users needing detailed API documentation or guaranteed SLAs before integration
- —Bulk data retrieval where per-request pricing would be cost-prohibitive
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/cards/48/transactions \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC per call on Base), but there is no documentation, no request/response schema, no examples, and the endpoint's actual functionality is only vaguely implied by its URL path. Docs pages returned only 'Connect wallet' with no content.
Warnings
- —No request or response schema available — the endpoint's actual behavior is unknown
- —All documentation pages (docs, pricing, API, README) returned only a 'Connect wallet' prompt with no substantive content
- —The path '/api/v1/cards/48/transactions' suggests card-specific transaction data but this is inferred solely from the URL; no confirmation exists
- —The description 'Premium API Access' is generic and does not clarify what data or functionality is provided
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/cards/48/transactions
- —The platform advertises $0.02 per request, no API keys, no rate limits, instant access, Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/cards/48/transactions
- —Docs, pricing, API, and README pages all rendered only 'Connect wallet' with no documentation contenthttps://lowpaymentfee.com/docs