Get the current stock price for FDX (FedEx) via a pay-per-call x402 endpoint on Base.
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
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
Quality
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
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stocks/FDX/price
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stocks/FDX/price
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The platform offers APIs across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com