x402basequality 0.30

Retrieve email attachments via x402 micropayment on Base for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to email attachments (specifically email ID 65) behind an x402 paywall. The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (USD Coin) at a cost of $0.02 per request (maxAmountRequired of 20,000 base units with 6 decimals). No API keys or rate limits are required — callers simply include the X-PAYMENT header with a valid x402 payment proof.

The broader lowpaymentfee.com platform advertises a range of API categories including Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure utilities, all priced at $0.02 per request. However, this specific endpoint (/api/v1/emails/65/attachments) is not listed on the site's landing page among the advertised APIs. Its purpose — retrieving attachments for a specific email — is unclear in context and may be a demo, test, or niche data endpoint. Documentation beyond the landing page is effectively empty (all doc/pricing/API pages only show a "Connect wallet" prompt).

Because there is no OpenAPI schema, no request/response examples, and no documentation explaining what this endpoint actually returns or what input it expects, the listing is largely inferred from the x402 challenge and the site's general pricing model. Treat this as a low-documentation endpoint with verified liveness.

Capabilities

x402-paymentusdc-baseemail-attachmentsmicropaymentpost-json

Use cases

  • Retrieving email attachments programmatically with per-request micropayment
  • Agent-driven workflows that need to fetch specific email data without API key provisioning
  • Demonstrating x402 payment protocol integration on the Base network

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents needing keyless, pay-per-call access to email attachment data
  • Low-volume, on-demand email attachment retrieval

Not for

  • Bulk email processing or high-volume attachment downloads
  • Users who need detailed API documentation or guaranteed SLAs
  • General-purpose email service (send, receive, manage)

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/emails/65/attachments \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-proof>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI schema, no request/response examples, and no documentation. The endpoint path (emails/65/attachments) is not listed among the site's advertised APIs, making its purpose uncertain. Effectively a stub listing.

Warnings

  • No API documentation available — all doc pages show only 'Connect wallet' with no content
  • This specific endpoint (/api/v1/emails/65/attachments) is not listed among the site's advertised APIs
  • No request or response schema provided; input/output format is unknown
  • The endpoint references a hardcoded email ID (65), suggesting it may be a demo or test resource

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 19:17:36Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access