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 17) behind an x402 paywall. The endpoint accepts POST requests and returns JSON. Payment is settled in USDC on the Base network at $0.02 per call (maxAmountRequired of 20,000 base units with 6 decimals = $0.02), with no API keys, rate limits, or subscriptions required.
The provider lowpaymentfee.com hosts a broader suite of x402-gated APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/crypto data feeds, and infrastructure utilities — all priced at $0.02 per request. However, this specific listing covers only the `/api/v1/emails/17/attachments` endpoint. Documentation on the site is extremely thin: the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no usage examples available from the crawled material.
Because the endpoint path references a hardcoded email ID (17), it is unclear whether this is a demonstration endpoint, a single-resource accessor, or whether the ID is parameterizable. The lack of documentation makes it impossible to confirm what request body (if any) is expected or what the response payload looks like. The endpoint is confirmed live via a valid 402 challenge.
Capabilities
Use cases
- —Programmatically retrieving email attachments behind a paywall
- —Agent-driven access to stored email data without API key management
- —Pay-per-request email attachment downloads on Base network
Fit
Best for
- —Agents needing keyless, pay-per-call access to email attachments
- —Developers experimenting with x402 micropayment protocols
- —Workflows requiring on-demand email attachment retrieval
Not for
- —Bulk email processing or high-volume attachment downloads (no documented batch support)
- —Users who need detailed API documentation or guaranteed SLAs
- —General-purpose email sending or inbox management
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/emails/17/attachments \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge, but there is virtually no documentation: no OpenAPI spec, no request/response schemas, no examples, and the docs pages are empty. The endpoint path is hardcoded to a single email ID with no explanation. This is effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, and API pages all render only 'Connect wallet' with no content.
- —Endpoint path references a hardcoded email ID (17); unclear if this is parameterizable or a demo resource.
- —No request body schema or response schema documented anywhere.
- —No OpenAPI spec or ai-plugin manifest found.
- —The purpose and content of the email attachments endpoint is unverified — could be demo/placeholder data.
Citations
- —Endpoint returns a valid x402 challenge with maxAmountRequired of 20000 in USDC on Base networkhttps://lowpaymentfee.com/api/v1/emails/17/attachments
- —All APIs on the platform are priced at $0.02 per request with no API keys, rate limits, or minimumshttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/emails/17/attachments