x402basequality 0.35

Get the current stock price for S&P Global (SPGI) 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 S&P Global Inc. (ticker: SPGI) as a JSON response, gated behind an x402 micropayment of $0.02 per request settled in USDC on the Base network. It is part of a broader suite of pay-per-use APIs offered by lowpaymentfee.com covering finance, AI/ML, data analytics, and utility services.

The endpoint uses the x402 protocol: callers receive a 402 Payment Required challenge containing payment details (payTo address, asset contract, max amount). Once the caller submits a valid X-PAYMENT header with a signed USDC transaction, the server processes the request and returns the stock price data. No API keys, accounts, or rate limits are required — access is purely payment-gated.

The specific endpoint path `/api/v1/stocks/SPGI/price` suggests a RESTful pattern where the ticker symbol is a path parameter, meaning similar endpoints likely exist for other stock tickers under `/api/v1/stocks/{ticker}/price`. However, only the SPGI endpoint was directly probed and confirmed live. Documentation on the site is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no additional technical detail.

Capabilities

stock-price-lookupx402-payment-gatedusdc-base-settlementper-request-micropaymentno-api-key-requiredjson-response

Use cases

  • Retrieve the latest stock price for S&P Global (SPGI) in an automated trading or analytics pipeline
  • Agent-driven portfolio monitoring that pays per data fetch without managing API keys
  • On-demand equity price lookups from smart contracts or crypto-native applications

Fit

Best for

  • Crypto-native agents needing stock price data without traditional API key management
  • Low-volume, on-demand stock price queries where per-call pricing is economical
  • Developers experimenting with x402 payment-gated API patterns

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data feeds
  • Users who need historical OHLCV data, fundamentals, or full market depth
  • Anyone without a Base-network USDC wallet to settle payments

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 challenge with clear pricing and payment details, but there is no OpenAPI schema, no response examples, no documentation beyond a wallet-connect prompt, and no information about the response format or supported tickers. Effectively a stub listing.

Warnings

  • No documentation available — docs, pricing, and API pages all show only 'Connect wallet' with no technical content
  • No response schema or example response is available; the actual data format returned is unknown
  • Only the SPGI ticker endpoint was probed; availability of other tickers is unconfirmed
  • The provider site lists many diverse API categories (AI, analytics, finance, utilities) all at $0.02 — quality and reliability of underlying data sources is unclear

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 21:18:30Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access