x402basequality 0.35

Historical stock price data for Goldman Sachs (GS) via x402 micropayment on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides historical stock price data for Goldman Sachs (ticker: GS) through the lowpaymentfee.com platform. It is part of a broader suite of finance, analytics, AI, and utility APIs all accessible via the x402 payment protocol on the Base network. Each request costs $0.02 in USDC, paid per-call with no API keys, subscriptions, or rate limits required.

The endpoint accepts POST requests and returns JSON. The x402 challenge confirms the endpoint is live, settling payments in USDC (contract 0x8335…2913) on Base. The platform advertises a uniform $0.02 per request pricing model across all its endpoints. Beyond this specific stocks/history endpoint, lowpaymentfee.com offers endpoints for analytics metrics, AI inference (sentiment, summarization, classification, embeddings), crypto quotes, gas estimates, exchange rates, geocoding, and more.

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 stock data includes or what parameters the POST body accepts. The endpoint appears functional based on the 402 challenge, but without documentation it is difficult to know the exact request format or response structure.

Capabilities

stock-historyhistorical-price-datax402-paymentusdc-settlementbase-networkper-request-pricingno-api-key

Use cases

  • Retrieving historical price data for Goldman Sachs (GS) stock
  • Building financial dashboards that pull equity history on demand
  • Agent-driven portfolio analysis requiring per-call stock data access
  • Backtesting trading strategies with historical stock prices

Fit

Best for

  • AI agents needing pay-per-call stock history without API key management
  • Developers wanting frictionless access to GS historical data via crypto micropayments
  • Prototyping financial tools with low-commitment per-request pricing

Not for

  • High-frequency trading requiring sub-second latency and bulk data
  • Users who need comprehensive multi-ticker historical data in a single call
  • Anyone requiring detailed API documentation before integration

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stocks/GS/history \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>" \
  -d '{}'

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02/request in USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and no description of what data fields are returned. Effectively a stub listing.

Warnings

  • No API documentation available — docs, pricing, and API pages all show only 'Connect wallet' with no technical content
  • No OpenAPI or JSON schema describing request parameters or response format
  • No example responses available; actual data content and fields are unknown
  • The endpoint path suggests GS-specific data; it is unclear if other tickers are supported via similar paths

Citations

Provenance

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

Agent access