Pay-per-call transaction receipt endpoint on Base via x402, $0.02/request in USDC.
What it does
This x402-enabled endpoint at lowpaymentfee.com provides a transaction receipt retrieval service. The specific endpoint `/api/v1/transactions/111/receipt` returns receipt data for transaction ID 111 in JSON format, payable at $0.02 per request in USDC on the Base network.
The broader lowpaymentfee.com platform advertises a suite of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are priced uniformly at $0.02 per request with no API keys, no rate limits, and no minimum commitments required.
Payment is handled via the x402 protocol on Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The endpoint accepts POST requests and returns application/json responses. The payment challenge specifies a maximum amount of 20000 base units (USDC has 6 decimals, so this equals $0.02) with a 300-second timeout window.
Capabilities
Use cases
- —Retrieving transaction receipts programmatically without API key management
- —Integrating pay-per-call data access into autonomous agent workflows
- —Accessing financial or analytics data with instant USDC micropayments on Base
Fit
Best for
- —Agents needing keyless, pay-as-you-go API access
- —Developers wanting to avoid subscription commitments for low-volume usage
- —Web3-native applications that can settle payments in USDC on Base
Not for
- —High-volume use cases where per-request pricing becomes expensive compared to subscriptions
- —Users without access to USDC on Base network
- —Applications requiring guaranteed SLAs or enterprise support
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transactions/111/receipt \
-H "X-PAYMENT: <x402_payment_token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear, but there is no OpenAPI schema, no documentation of request/response bodies, and the crawled docs/pricing/API pages all just show 'Connect wallet' with no substantive content. The specific functionality of this receipt endpoint is not documented beyond its name.
Warnings
- —No API documentation available — docs, pricing, and API pages all render only a wallet-connect prompt
- —No request or response schema documented for this endpoint
- —The specific transaction ID '111' in the URL suggests this may be a demo/example endpoint rather than a general-purpose receipt API
- —Platform appears to be early-stage with minimal documentation
Citations
- —Endpoint returns 402 with x402 challenge requiring USDC payment on Basehttps://lowpaymentfee.com/api/v1/transactions/111/receipt
- —All endpoints priced at $0.02 per request with no API keys, no rate limitshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/transactions/111/receipt