x402basequality 0.35

Historical stock data for EMR via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides historical stock data for the ticker EMR (Emerson Electric) through the lowpaymentfee.com platform. It is part of a broader suite of pay-per-request APIs covering finance, analytics, AI/ML, and infrastructure utilities. The endpoint is accessed via HTTP POST and is gated by the x402 payment protocol, settling in USDC on the Base network.

The x402 challenge confirms the endpoint is live and accepts payments of up to 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) per request. No API keys or rate limits are advertised — access is granted purely through per-call micropayment. The payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 and the response MIME type is application/json.

Documentation is extremely sparse. The crawled docs, pricing, and API pages all returned only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of the data fields returned by the history endpoint. The specific input parameters (e.g., date range, interval) and output schema (e.g., OHLCV candles, adjusted close) are unknown. The endpoint URL embeds the ticker symbol (EMR), suggesting other tickers may be available at similar paths, but this is not confirmed.

Capabilities

stock-historyper-request-micropaymentx402-protocolusdc-base-settlementjson-response

Use cases

  • Retrieving historical price data for Emerson Electric (EMR) stock
  • Integrating stock history into automated trading or analysis agents
  • Pay-per-call access to financial data without API key registration
  • Agent-driven portfolio backtesting using historical equity prices

Fit

Best for

  • Agents needing on-demand stock history without subscription commitments
  • Developers prototyping financial tools with minimal setup
  • x402-compatible clients on the Base network

Not for

  • Bulk historical data downloads across many tickers (no batch endpoint documented)
  • Real-time streaming stock quotes
  • Users who need detailed API documentation or guaranteed SLAs

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stocks/EMR/history \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

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

Warnings

  • No API documentation available — docs, pricing, and API pages all render only a wallet-connect prompt
  • No OpenAPI or JSON schema describing request parameters or response format
  • Unknown what historical data fields are returned (dates, OHLCV, adjusted prices, etc.)
  • It is unclear whether other stock tickers are supported at similar paths
  • No information on data source, update frequency, or data quality

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 22:09:08Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-29

Agent access