Retrieve email attachments via x402 micropayment on Base for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com provides access to email attachments (specifically email ID 67) behind an x402 paywall. The payment is settled in USDC on the Base network using the "exact" scheme. The x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC (6 decimals), which equals $0.02 per request. The endpoint accepts POST requests and returns application/json.
The broader lowpaymentfee.com platform hosts a variety of pay-per-call API endpoints spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/crypto data feeds, and utility services — all priced at $0.02 per request with no API keys, no rate limits, and no commitments required. However, this specific listing is for the email attachments endpoint (`/api/v1/emails/67/attachments`), which is not prominently documented on the site's landing page. Its exact input parameters and response schema are not documented in the crawled material, so the precise request body format and attachment data structure are unknown.
Payment is made via the x402 protocol's X-PAYMENT header, settling to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base. The endpoint is live and returned a proper 402 challenge during probing.
Capabilities
Use cases
- —Retrieving email attachments programmatically via micropayment
- —Agent-driven email data extraction without API key management
- —Paying per-request for email content access on Base L2
Fit
Best for
- —Agents needing on-demand email attachment retrieval with crypto micropayments
- —Developers wanting keyless, pay-as-you-go email data access
- —x402-compatible wallets and clients on Base network
Not for
- —Bulk email processing requiring thousands of requests at lower cost
- —Users who need detailed API documentation and schema guarantees before integrating
- —Non-crypto payment workflows (no fiat option available)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/emails/67/attachments \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, but there is no documentation for this specific email attachments endpoint — no input schema, no response schema, no examples. The endpoint path references a hardcoded email ID (67), and the crawled site pages are mostly empty ('Connect wallet'). The purpose and data returned are unclear.
Warnings
- —This endpoint references a specific email ID (67) in the path; it is unclear whether this is a demo or a production resource.
- —No request body schema or response schema is documented anywhere in the crawled material.
- —The site's docs, API, pricing, and README pages all returned only 'Connect wallet' with no substantive content.
- —This specific endpoint (/api/v1/emails/67/attachments) is not listed among the site's advertised APIs on the landing page.
Citations
- —The x402 challenge advertises maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/emails/67/attachments
- —USDC contract address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/emails/67/attachments
- —All listed APIs on the site are priced at $0.02 per request with no API keys, no rate limitshttps://lowpaymentfee.com
- —The site advertises endpoints across data/analytics, AI/ML, finance/web3, and infrastructure categorieshttps://lowpaymentfee.com