x402basequality 0.45

Get the current stock price for PLD (Prologis) 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 PLD (Prologis, Inc.) through a simple HTTP POST call, paid per request using the x402 protocol. It is part of a broader API platform at lowpaymentfee.com that offers data analytics, AI/ML inference, finance, crypto, and utility endpoints — all priced at $0.02 per request with no API keys, no rate limits, and no commitments.

Payment is settled on the Base network using USDC (contract 0x8335…2913). The x402 challenge advertises a maxAmountRequired of 20,000 base units, which at 6 decimals equals $0.02 per call. The endpoint accepts POST requests and returns JSON. No authentication beyond the x402 payment header is needed.

The provider's landing page lists dozens of endpoints across categories like finance, AI, and infrastructure, all following the same pricing and payment model. Documentation pages beyond the landing page are sparse — they render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema documentation, and no example payloads available from the crawl. The exact shape of the stock price response must be inferred.

Capabilities

stock-price-lookupx402-paymentusdc-settlementbase-networkper-call-pricingno-api-keyjson-response

Use cases

  • Retrieve the current stock price of PLD (Prologis) for portfolio tracking or analysis
  • Integrate real-time equity pricing into an automated trading or alerting agent
  • Fetch stock data without managing API keys or subscriptions

Fit

Best for

  • AI agents needing on-demand stock price lookups with crypto micropayments
  • Developers who want keyless, pay-per-use financial data endpoints
  • Prototyping financial dashboards without subscription commitments

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk historical data
  • Users who need comprehensive fundamental or technical analysis data beyond a single price point
  • Teams that cannot pay with USDC on the Base network

Quick start

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

Example

Response

{
  "price": 118.42,
  "symbol": "PLD",
  "currency": "USD",
  "timestamp": "2025-01-15T14:30:00Z"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live and returns a valid x402 402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, and the docs pages are empty beyond a wallet-connect prompt. The response example above is entirely inferred and may not match the actual output.

Warnings

  • No OpenAPI or schema documentation available — request and response formats are unknown
  • Documentation pages (/docs, /api, /pricing, /README) all render only 'Connect wallet' with no technical content
  • The example response JSON is fabricated for illustration; actual response shape is unverified
  • The provider hosts many endpoints across diverse categories; quality and data sources for stock prices are unverified

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 20:35:20Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access