x402basequality 0.25

x402-gated PayPal payouts endpoint on Base, pay $0.02 per request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides a PayPal payouts API accessible via the x402 payment protocol. The specific resource `/api/v1/paypal/payouts/34` is labeled "Premium API Access" and accepts POST requests. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) with a maximum amount of 20,000 base units, which equals $0.02 USD (USDC uses 6 decimals). The endpoint uses the "exact" payment scheme with a 300-second timeout.

The broader lowpaymentfee.com platform advertises a suite of x402-gated APIs spanning data & analytics, AI/ML inference, finance & Web3, and infrastructure utilities — all priced at $0.02 per request. The platform emphasizes a no-API-key, no-rate-limit, pay-per-use model settled on the Base network. However, documentation pages (/docs, /pricing, /api, /README) all resolve to a minimal "Connect wallet" prompt with no further technical detail.

Because this specific endpoint path references "paypal/payouts," it likely wraps a PayPal payout operation behind the x402 paywall. No request body schema, response schema, or usage examples are documented. The lack of any substantive documentation beyond the landing page listing makes it difficult to confirm exactly what parameters the endpoint expects or what response it returns.

Capabilities

x402-paymentusdc-settlementbase-networkpaypal-payoutspay-per-requestno-api-key

Use cases

  • Triggering PayPal payouts programmatically without managing API keys
  • Agents making one-off PayPal disbursements settled via USDC on Base
  • Integrating PayPal payouts into crypto-native workflows

Fit

Best for

  • Developers wanting keyless, pay-per-use PayPal payout access
  • AI agents that can settle x402 payments on Base
  • Crypto-native applications needing fiat payout rails

Not for

  • High-volume PayPal payout operations requiring guaranteed SLAs and documentation
  • Users who need detailed API documentation and request/response schemas before integration
  • Non-crypto users without a Base-compatible wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/paypal/payouts/34 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>" \
  -d '{}'

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live (returns a valid 402 x402 challenge), but there is zero documentation on request/response schemas, no OpenAPI spec, and all doc pages are empty stubs showing only 'Connect wallet'. The purpose of the endpoint (PayPal payouts) is inferred solely from the URL path. This is effectively a stub listing.

Warnings

  • No request body schema or response schema documented anywhere
  • All documentation pages (/docs, /pricing, /api, /README) contain only 'Connect wallet' with no useful content
  • The endpoint's actual functionality (PayPal payouts) is inferred from the URL path only — no confirmation in docs
  • No examples of successful responses available
  • The platform lists many diverse API categories but provides no evidence any of them return real data

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 07:46:08Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access