Pay-per-request email attachment retrieval via x402 on Base (USDC).
What it does
This endpoint at lowpaymentfee.com provides access to email attachments via a POST request to `/api/v1/emails/99/attachments`. It is part of a broader platform offering dozens of pay-per-call API endpoints spanning data analytics, AI/ML inference, finance, crypto, and utility services — all settled via the x402 protocol on the Base network using USDC.
The specific endpoint probed returns a valid x402 challenge (HTTP 402) requesting payment of up to 20,000 base units of USDC (0x8335…2913 on Base). Since USDC uses 6 decimals, this translates to $0.02 per request, consistent with the site's advertised flat pricing of $0.02/request across all endpoints. Payment is made via the x402 "exact" scheme to address 0x1A2B…85F3, with a timeout of 300 seconds.
The platform advertises no API keys, no rate limits, and instant access. However, documentation is extremely thin — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what the email attachments endpoint actually returns or what input it expects beyond an HTTP POST. The endpoint path suggests retrieving attachments for email ID 99, but whether this is a demo resource or a parameterized path is unclear. Treat this listing as a stub until richer documentation is available.
Capabilities
Use cases
- —Retrieving email attachments programmatically with per-request USDC payment
- —Agent-driven workflows that need to fetch email data without API key provisioning
- —Integrating email attachment access into crypto-native applications
Fit
Best for
- —Developers wanting keyless, pay-per-use email attachment access
- —AI agents that can settle x402 payments on Base
- —Prototyping workflows that need instant API access without signup
Not for
- —Production email systems requiring documented schemas and SLAs
- —Users who need bulk email processing at scale (no documented rate limits but no guarantees either)
- —Non-crypto users who cannot settle USDC payments on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/emails/99/attachments \
-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 schema, no request/response examples, and all documentation pages are empty beyond a wallet-connect prompt. The purpose of this specific endpoint (email attachments for ID 99) is unclear and undocumented.
Warnings
- —No OpenAPI or request/response schema available
- —All documentation pages (docs, API, pricing, README) render only 'Connect wallet' with no content
- —The endpoint path '/api/v1/emails/99/attachments' uses a hardcoded ID; unclear if parameterized
- —No description of expected POST body or response format
- —Platform appears to be a demo or early-stage project with many advertised endpoints but no documentation
Citations
- —The endpoint returns a 402 challenge requesting up to 20,000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/emails/99/attachments
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/emails/99/attachments
- —Platform advertises $0.02/request flat pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Documentation pages render only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs