x402-gated email endpoint on Base, pay $0.02 per request in USDC with no API keys.
What it does
This endpoint at lowpaymentfee.com provides premium API access via the x402 payment protocol. The specific resource `/api/v1/emails/75` appears to be an email-related endpoint, though the crawled documentation does not describe its exact functionality — the site lists many API categories (data & analytics, AI/ML, finance, infrastructure) but does not include an explicit emails section.
The endpoint is live and returns a standard x402 402 challenge. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) with the "exact" scheme. The maximum amount required is 20,000 base units, which at 6 decimals equals $0.02 per request — consistent with the site's advertised flat pricing of $0.02/request across all endpoints. The endpoint accepts HTTP POST requests.
The provider advertises no API keys, no rate limits, and instant access. Documentation beyond the landing page is effectively empty (all sub-pages just show "Connect wallet"), so there is no schema documentation, request/response examples, or detailed description of what the emails/75 endpoint actually returns. This makes it difficult to assess the endpoint's real utility without making a paid call.
Capabilities
Use cases
- —Fetching or sending email data via a single paid API call
- —Agent-driven email workflows where per-request billing is preferred over subscriptions
- —Testing x402 payment flows against a low-cost live endpoint
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents needing pay-per-use email access without API key management
- —Low-volume, on-demand email operations
Not for
- —High-volume email sending requiring bulk pricing
- —Users who need detailed API documentation before integrating
- —Production email workflows requiring SLAs or guaranteed uptime
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/emails/75 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is no documentation, no request/response schema, and no description of what the emails/75 resource actually does. All doc pages return only 'Connect wallet' with no content. The listing is essentially a stub.
Warnings
- —No documentation available — all doc/pricing/README pages are empty beyond 'Connect wallet'
- —The /api/v1/emails/75 path is not listed among the site's advertised API categories, so its purpose is unclear
- —No request or response schema is provided; callers cannot know what to send or expect back
- —No SLA, rate limit, or uptime guarantees documented
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/emails/75
- —The site advertises $0.02/request flat pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/emails/75