x402-gated transaction receipt endpoint on Base, paying $0.02 in USDC per request.
What it does
This endpoint at lowpaymentfee.com provides access to a transaction receipt (transaction ID 310) behind an x402 paywall. It is part of a broader platform that offers a variety of pay-per-request API endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per call, settled in USDC on the Base network.
The specific endpoint `/api/v1/transactions/310/receipt` accepts POST requests and returns a JSON response upon successful payment. The x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using the "exact" scheme 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 contain only a "Connect wallet" prompt, so detailed request/response schemas and endpoint-specific documentation are not available. The actual data returned by this receipt endpoint is unclear — it could be a financial transaction receipt, a proof-of-payment artifact, or something else entirely. Without further documentation or example responses, the precise use case remains ambiguous.
Capabilities
Use cases
- —Retrieving a transaction receipt for transaction 310 via a single micropayment
- —Demonstrating x402 payment protocol integration for agent-to-API commerce
- —Accessing pay-per-request infrastructure without API key management
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents needing on-demand transaction receipts without subscription overhead
- —Projects requiring USDC-settled micropayment API access on Base
Not for
- —Users needing detailed API documentation or response schema guarantees
- —High-volume batch retrieval where per-request pricing is inefficient
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transactions/310/receipt \
-H "X-PAYMENT: <x402-payment-header>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing. However, all documentation pages are empty (just 'Connect wallet'), there is no OpenAPI spec, no request/response schema, and the purpose of this specific receipt endpoint is ambiguous. Effectively a stub listing.
Warnings
- —All documentation pages (/docs, /pricing, /api, /README) return only 'Connect wallet' with no actual content
- —No request body schema or response schema available — unclear what data this endpoint returns
- —The endpoint path references a specific transaction ID (310); it is unclear whether this is a generic pattern or a single fixed resource
- —No OpenAPI or machine-readable API specification found
Citations
- —The x402 challenge advertises maxAmountRequired of 20000 base units of USDC on Base with a 300-second timeouthttps://lowpaymentfee.com/api/v1/transactions/310/receipt
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/transactions/310/receipt
- —Platform advertises $0.02 per request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —Platform offers endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com