x402-gated transaction receipt endpoint on Base, paying $0.02 in USDC per request.
What it does
This endpoint at lowpaymentfee.com provides a transaction receipt resource (specifically for transaction ID 110) behind an x402 paywall. It is part of a broader platform that offers a variety of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services — all priced at $0.02 per request and settled in USDC on the Base network.
The specific endpoint `/api/v1/transactions/110/receipt` accepts POST requests and returns JSON. Payment is handled via the x402 protocol: callers must include an `X-PAYMENT` header with a valid payment proof. The x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC (contract 0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. The payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout.
The platform advertises no API keys, no rate limits, and instant access. Documentation pages (/docs, /pricing, /api, /README) all resolve but appear to require a wallet connection to view content, so detailed API schemas and response formats are not available from the crawl. The exact content returned by this receipt endpoint is unclear — the description simply says "Premium API Access" — so the actual payload structure must be discovered by making a paid request.
Capabilities
Use cases
- —Retrieving a transaction receipt for transaction 110 via a micropayment
- —Demonstrating x402 protocol integration for agent-to-agent payments
- —Accessing premium data behind a crypto paywall without API key management
Fit
Best for
- —Developers experimenting with x402 payment protocol on Base
- —Agents that can autonomously settle USDC micropayments
- —Use cases requiring keyless, pay-per-call API access
Not for
- —Users who need detailed API documentation before purchasing
- —High-volume batch retrieval where $0.02/request adds up quickly
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transactions/110/receipt \
-H "X-PAYMENT: <x402-payment-proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no response examples, and all documentation pages require wallet connection, yielding no usable content. The purpose of this specific receipt endpoint is vague — 'Premium API Access' is not descriptive. Effectively a stub listing.
Warnings
- —Documentation pages (/docs, /pricing, /api, /README) all require wallet connection and returned no useful content during crawl.
- —The exact response schema and payload of this receipt endpoint are unknown — 'Premium API Access' is the only description provided.
- —This endpoint is for a specific transaction ID (110); it is unclear whether other transaction IDs are available or what the receipt contains.
- —The broader platform lists many API categories (AI, analytics, finance, utilities) but none could be verified from crawl content.
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base networkhttps://lowpaymentfee.com/api/v1/transactions/110/receipt
- —Platform advertises $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The platform lists APIs across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com