x402basequality 0.40

Get the current stock price for FDX (FedEx) via a pay-per-call x402 endpoint on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current stock price for FDX (FedEx) through the lowpaymentfee.com platform, which offers a variety of pay-per-request APIs settled via the x402 protocol on the Base network using USDC. Each call costs $0.02 (20,000 base units of USDC with 6 decimals). No API keys, accounts, or rate limits are required — callers simply attach an x402 payment header to a POST request and receive a JSON response.

The endpoint is part of a broader suite of APIs offered by lowpaymentfee.com spanning data analytics, AI/ML inference, finance/crypto market data, and utility services, all priced uniformly at $0.02 per request. The specific endpoint at `/api/v1/stocks/FDX/price` serves real-time (or near-real-time) stock price data for FedEx Corporation. The platform advertises no minimums, no commitments, and instant access.

Note that documentation beyond the landing page is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The endpoint is confirmed live (returns a valid 402 x402 challenge), but the exact response format must be inferred.

Capabilities

stock-price-lookupx402-paymentusdc-settlementbase-networkpay-per-requestno-api-keyreal-time-data

Use cases

  • Retrieve the current FedEx (FDX) stock price programmatically without needing an API key or subscription
  • Build trading bots or portfolio dashboards that pay per data request using USDC on Base
  • Agent-driven workflows that need on-demand equity price checks with micropayments

Fit

Best for

  • Developers wanting frictionless, keyless access to stock price data
  • AI agents that can settle x402 payments autonomously on Base
  • Low-volume or sporadic stock price lookups where per-call pricing is more economical than a subscription

Not for

  • High-frequency trading requiring sub-millisecond latency or guaranteed SLAs
  • Users who need historical stock price data, charting, or bulk downloads
  • Anyone without a Base-compatible USDC wallet or x402 client

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stocks/FDX/price \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is confirmed live with a valid x402 402 challenge, and the landing page provides pricing and a general overview. However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and all secondary pages (docs, pricing, README) are empty beyond a wallet connect prompt. The specific stock-price response format is entirely unknown.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • Docs, pricing, API, and README pages are all effectively empty (only show 'Connect wallet')
  • No example request or response payloads are documented anywhere
  • The endpoint path is ticker-specific (/stocks/FDX/price); it is unclear whether other tickers are supported or how they are discovered

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 22:49:09Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-29

Agent access