Pay-per-call transaction receipt endpoint on Base via x402, $0.02/request in USDC.
What it does
This endpoint at lowpaymentfee.com provides a transaction receipt retrieval service accessible via the x402 payment protocol. The specific resource `/api/v1/transactions/263/receipt` returns a receipt for transaction ID 263 in JSON format. Payment is settled on the Base network using USDC (USD Coin) at a cost of $0.02 per request (20,000 base units with 6 decimals).
The broader lowpaymentfee.com platform advertises multiple API categories including Data & Analytics (metrics, reports, data export, insights), AI & Machine Learning (sentiment analysis, text 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.
The x402 challenge is live and functional, accepting POST requests. Payment is made to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using the exact payment scheme on Base. The maximum timeout for payment is 300 seconds. Documentation pages beyond the landing page appear to require wallet connection and provide no additional technical detail.
Capabilities
Use cases
- —Retrieving transaction receipts programmatically with per-call USDC payment
- —Integrating pay-as-you-go API access without managing API keys or subscriptions
- —Demonstrating x402 protocol payment flows for agent-to-agent commerce
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents needing keyless, pay-per-call API access
- —Projects requiring on-chain payment settlement on Base
Not for
- —High-volume batch processing where per-call fees add up quickly
- —Users without USDC on Base network
- —Applications requiring detailed API documentation or SDKs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transactions/263/receipt \
-H "X-PAYMENT: <x402_payment_token>" \
-H "Content-Type: application/json"Endpoint
Quality
The x402 challenge is live and confirms pricing and network details, but there is no OpenAPI schema, no response examples, no documentation beyond a landing page listing, and the specific endpoint's purpose (transaction 263 receipt) is opaque with no schema for request or response bodies.
Warnings
- —No API documentation available beyond landing page — docs/pricing/README pages all require wallet connection with no content
- —No request or response schema provided for this endpoint
- —Endpoint appears to be for a specific transaction ID (263) rather than a general-purpose resource — unclear if parameterized
- —Platform legitimacy and data quality cannot be verified from available materials
Citations
- —Endpoint returns 402 with x402 challenge requiring USDC payment on Base networkhttps://lowpaymentfee.com/api/v1/transactions/263/receipt
- —All endpoints priced at $0.02 per request with no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/transactions/263/receipt