Transaction receipt endpoint on Base, paid per-call via x402 with USDC.
What it does
This endpoint at lowpaymentfee.com provides a transaction receipt resource at `/api/v1/transactions/223/receipt`. 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 infrastructure utilities — all settled via the x402 protocol on the Base network using USDC.
The specific endpoint probed returns a 402 challenge requesting payment of up to 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) per call. Payment is made via the x402 "exact" scheme to a designated wallet address. The platform advertises a flat $0.02 per request across all its endpoints, with no API keys, no rate limits, and no minimum commitments required.
Documentation is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI spec, no request/response schema documentation, and no examples of what the receipt endpoint actually returns. The endpoint is live (402 challenge confirmed), but the lack of documentation makes it difficult to know what data is returned or what input parameters are expected beyond a POST request.
Capabilities
Use cases
- —Retrieving a transaction receipt for transaction ID 223 via a paid API call
- —Programmatic access to receipt data without API key management
- —Agent-driven workflows that need on-chain payment settlement per request
Fit
Best for
- —Developers wanting keyless, pay-per-call API access on Base
- —AI agents that can settle x402 payments autonomously
- —Users who prefer crypto micropayments over subscription billing
Not for
- —Users who need detailed API documentation or response schema before integrating
- —High-volume use cases where $0.02/request adds up significantly
- —Users without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transactions/223/receipt
# Returns 402 with x402 challenge; attach X-PAYMENT header with signed USDC payment to access.Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is virtually no documentation: no OpenAPI spec, no request/response examples, no description of what the receipt contains. The docs, pricing, and README pages are all blank beyond a wallet-connect prompt. This is effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —All documentation pages (/docs, /api, /pricing, /README) render only 'Connect wallet' with no content
- —The specific resource '/api/v1/transactions/223/receipt' is hardcoded to transaction ID 223 — unclear if this is parameterized or a single fixed resource
- —No response examples or field definitions available; unknown what data the receipt contains
- —Platform lists many other endpoints on its homepage but none have documented schemas
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/transactions/223/receipt
- —The platform advertises $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 corresponds to USDC on Basehttps://lowpaymentfee.com