x402basequality 0.30

FDX earnings data via x402 micropayment on Base — $0.02 per request, no API key needed.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides FDX (Fidelity National Information Services or similar ticker) earnings data through the lowpaymentfee.com finance API suite. It is part of a broader platform offering data & analytics, AI/ML inference, finance/Web3, and infrastructure utility endpoints, all gated behind the x402 payment protocol on the Base network.

The endpoint accepts POST requests and returns JSON. Payment is settled in USDC on Base (contract 0x8335…2913) at a maximum cost of 20,000 base units, which equals $0.02 per request (USDC uses 6 decimals). There are no API keys, no rate limits, and no subscription commitments — callers simply attach an X-PAYMENT header with a valid x402 payment proof. The x402 challenge confirms the endpoint is live and version 1 of the protocol is in use, with a 300-second payment timeout.

Documentation on the site is extremely sparse: the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. No OpenAPI spec, request/response schema, or example payloads are published. Because of this, the exact request body format and the structure of the earnings response are unknown and must be discovered experimentally. The endpoint path suggests it returns earnings-related financial data for the ticker "FDX" (likely FedEx Corporation), but this is inferred from the URL pattern alone.

Capabilities

finance-dataearnings-datax402-paymentusdc-basemicropaymentno-api-keypay-per-request

Use cases

  • Retrieve FDX (likely FedEx) earnings data on demand without managing API keys or subscriptions
  • Integrate earnings lookups into autonomous agent workflows that settle payments via x402 on Base
  • Build financial dashboards that pull earnings data with per-request micropayments

Fit

Best for

  • Agents or bots needing on-demand earnings data with crypto-native payment
  • Developers who want key-less, pay-per-use financial data access
  • Prototyping financial tools without subscription overhead

Not for

  • Bulk historical earnings data retrieval (no documented batch endpoint)
  • Users who need detailed API documentation or guaranteed SLAs before integration
  • Non-crypto workflows that cannot produce x402 payment headers

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/finance/FDX/earnings \
  -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 captured) and pricing is clear ($0.02/request in USDC on Base), but there is zero documentation on request format, response schema, or what 'FDX earnings' actually returns. Docs pages are empty. No OpenAPI spec exists. This is effectively a stub listing.

Warnings

  • No API documentation available — docs, pricing, and README pages all render only 'Connect wallet' with no content
  • Request body schema and response schema are completely unknown
  • The meaning of 'FDX' in the URL path is inferred (likely FedEx ticker) but not confirmed by any documentation
  • No OpenAPI or machine-readable spec is published

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 21:24:17Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access