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/380/receipt`. It is part of a broader platform that offers a variety of pay-per-request 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 an x402 challenge requesting up to 0.02 USDC (20,000 base units of USDC with 6 decimals) per call, consistent with the site's advertised flat $0.02/request pricing. Payment is made via the x402 "exact" scheme to a designated wallet address, with a 300-second timeout. The endpoint accepts POST requests and returns `application/json`.
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 with no substantive technical documentation. There is no OpenAPI spec, no request/response schema beyond the x402 challenge's `outputSchema`, and no example payloads. The actual data returned by this receipt endpoint is unknown — it likely returns details about transaction #380, but the response format is not documented.
Capabilities
Use cases
- —Retrieving a transaction receipt for transaction #380 via a micropayment-gated endpoint
- —Demonstrating x402 protocol payment flows on Base with USDC
- —Integrating pay-per-request APIs without API key management
Fit
Best for
- —Developers experimenting with x402 payment protocol integrations
- —Agents that need to fetch transaction receipts via crypto micropayments
- —Projects requiring keyless, pay-as-you-go API access on Base
Not for
- —Users needing detailed API documentation or response schemas before integrating
- —High-volume batch retrieval where per-request fees add up quickly
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transactions/380/receipt \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request or response schema, no examples, and all documentation pages are empty stubs showing only 'Connect wallet'. The purpose of this specific receipt endpoint is unclear beyond its URL path.
Warnings
- —No OpenAPI or schema documentation available — response format is entirely unknown
- —All documentation pages (/docs, /pricing, /api, /README) return only a 'Connect wallet' stub with no content
- —The specific resource (transaction 380 receipt) is opaque — unclear what data is returned or what input is expected in the POST body
- —The broader platform lists many API categories (AI, analytics, finance, utilities) but none have documented schemas
Citations
- —The endpoint returns a 402 challenge requesting up to 20,000 base units of USDC (0.02 USD) on Base networkhttps://lowpaymentfee.com/api/v1/transactions/380/receipt
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 is USDC on Basehttps://lowpaymentfee.com
- —Documentation pages resolve but contain only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs