Pay-per-call transaction receipt endpoint on Base via x402, settling in USDC at $0.02/request.
What it does
This x402-enabled endpoint at lowpaymentfee.com provides a "Premium API Access" transaction receipt resource. When called via POST, it returns a JSON receipt for transaction ID 68. Payment is settled on the Base network using USDC (contract 0x8335…2913) through the x402 exact payment scheme.
The endpoint charges a maximum of 20,000 base units of USDC (6 decimals), which equals $0.02 per request. The provider's landing page confirms a flat $0.02/request pricing model across all their endpoints, with no API keys, no rate limits, and instant access. The broader lowpaymentfee.com platform advertises additional 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 at the same $0.02 price point.
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 payload actually contains. The endpoint is confirmed live (returns a proper 402 x402 challenge), but the lack of documentation makes it difficult to know what data the receipt contains or what input the POST body expects.
Capabilities
Use cases
- —Retrieving a transaction receipt for transaction 68 via a single paid API call
- —Demonstrating x402 pay-per-call patterns on the Base network
- —Agent-driven micropayment workflows settling in USDC
Fit
Best for
- —Developers experimenting with x402 payment protocols
- —Agents needing pay-per-call access without API key management
- —Low-cost USDC-settled API consumption on Base
Not for
- —Production workloads requiring documented request/response schemas
- —Bulk or high-volume receipt retrieval (no batch endpoint documented)
- —Users who need fiat-only payment rails
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transactions/68/receipt \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and the specific endpoint path (/transactions/68/receipt) suggests a single hardcoded resource rather than a general-purpose API. Effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available — request body and response format are unknown
- —All documentation pages (/docs, /api, /pricing, /README) render only 'Connect wallet' with no content
- —The endpoint path references a specific transaction ID (68), suggesting it may not be a general-purpose resource
- —The broader platform advertises many API categories (AI, finance, analytics, infrastructure) but none have documented schemas
Citations
- —Endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/transactions/68/receipt
- —Platform charges $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/transactions/68/receipt