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 66) behind an x402 paywall. The endpoint accepts POST requests and returns JSON. Payment is settled in USDC on the Base network using the x402 "exact" scheme, with a maximum cost of $0.02 per request (20,000 base units of USDC with 6 decimals).
The provider lowpaymentfee.com hosts a broader suite of pay-per-call APIs 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. However, this specific endpoint is scoped to retrieving attachments for a particular email resource. No OpenAPI schema, request body documentation, or response examples are available beyond the x402 challenge metadata, so the exact request format and response structure are unknown.
The endpoint is live and returns a valid x402 challenge (HTTP 402) with version 1 of the protocol. Payment is directed to wallet 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using USDC at contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base. The timeout for payment settlement is 300 seconds.
Capabilities
Use cases
- —Retrieving email attachments programmatically via micropayment
- —Agent-driven email data extraction without API key management
- —Paying per-request for on-demand email attachment access
Fit
Best for
- —AI agents needing on-demand email attachment retrieval
- —Developers wanting keyless, pay-per-use email data access
- —Workflows requiring x402-compatible micropayment endpoints
Not for
- —Bulk email processing or high-volume attachment downloads (no documented batch support)
- —Users who need detailed API documentation or guaranteed SLAs
- —Accessing arbitrary email IDs (this endpoint is scoped to email 66)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/emails/66/attachments \
-H "X-PAYMENT: <x402-payment-header>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is no OpenAPI schema, no request/response documentation, and no examples. The endpoint path suggests a very narrow resource (email 66 attachments) with unclear utility. Docs, pricing, and README pages all render only a wallet-connect prompt with no substantive content.
Warnings
- —No API documentation available — request body format and response schema are unknown
- —Endpoint is scoped to a single email ID (66); unclear if other email IDs are accessible
- —Provider docs, pricing, and README pages return no useful content beyond a wallet-connect prompt
- —No OpenAPI spec or ai-plugin manifest discovered
Citations
- —Endpoint returns HTTP 402 with x402 version 1 challenge requiring USDC payment on Basehttps://lowpaymentfee.com/api/v1/emails/66/attachments
- —Max amount required is 20000 base units of USDC (6 decimals) = $0.02https://lowpaymentfee.com/api/v1/emails/66/attachments
- —Provider advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/emails/66/attachments