Historical stock price data for PLD (Prologis) via pay-per-request x402 on Base.
What it does
This x402 endpoint at lowpaymentfee.com provides historical stock price data for the ticker PLD (Prologis, Inc.) through a simple POST request. Payment is handled inline via the x402 protocol on the Base network using USDC, with each request costing $0.02 (20,000 base units of USDC with 6 decimals). No API keys, accounts, or rate limits are required — callers simply attach an X-PAYMENT header with a valid payment proof.
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 `/api/v1/stocks/PLD/history` is not explicitly listed on the landing page among the showcased APIs, but the x402 challenge confirms it is live and accepting payments. The response MIME type is application/json.
Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no request/response examples, and no description of what fields the historical data includes (e.g., OHLCV, date ranges, granularity). Callers should expect a JSON response with historical stock data for PLD but will need to experiment to determine the exact schema and any supported query parameters.
Capabilities
Use cases
- —Retrieving historical price data for Prologis (PLD) for financial analysis
- —Feeding stock history into trading algorithms or backtesting systems
- —Building dashboards that display PLD historical performance
- —Agent-driven portfolio analysis requiring on-demand stock data
Fit
Best for
- —Developers needing quick, keyless access to PLD stock history
- —AI agents that can pay per-request via x402 on Base
- —Low-volume or sporadic stock data lookups without subscription commitments
Not for
- —High-frequency trading requiring sub-second latency and bulk historical downloads
- —Users needing historical data for arbitrary tickers (this endpoint is PLD-specific)
- —Anyone requiring detailed API documentation or guaranteed SLAs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/PLD/history \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation, no OpenAPI schema, no request/response examples, and the specific stocks endpoint isn't even listed on the provider's landing page. Effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, and API pages only show 'Connect wallet'
- —No OpenAPI or request/response schema provided; request parameters and response format are unknown
- —The /api/v1/stocks/PLD/history endpoint is not listed among the provider's advertised APIs on the landing page
- —Cannot confirm what historical data fields are returned (dates, OHLCV, granularity, etc.)
Citations
- —The endpoint returns a 402 x402 challenge requesting 20,000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/stocks/PLD/history
- —All APIs on lowpaymentfee.com are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stocks/PLD/history
- —Docs, pricing, and API pages render only a 'Connect wallet' prompt with no further contenthttps://lowpaymentfee.com/docs