x402basequality 0.35

Historical stock price data for PEP (PepsiCo) via x402 micropayment on Base, $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides historical stock price data for PepsiCo (ticker: PEP) through the x402 payment 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, rate limits, or commitments required.

The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) at a maximum cost of 20,000 base units (i.e., $0.02 given USDC's 6 decimals). The x402 challenge was successfully captured, confirming the endpoint is live. The payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a timeout of 300 seconds.

Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what parameters the POST body accepts or what fields the historical data response contains. The endpoint path suggests it returns historical price data for the PEP stock ticker, but the exact input format and output structure are unknown.

Capabilities

stock-historyhistorical-pricesx402-paymentusdc-baseper-request-micropaymentjson-response

Use cases

  • Retrieving historical stock price data for PepsiCo (PEP) for backtesting or analysis
  • Integrating low-cost per-request stock data into trading bots or dashboards
  • Agent-driven financial research requiring pay-per-call stock history without API key management

Fit

Best for

  • Developers needing simple pay-per-call stock history without subscriptions
  • AI agents that can settle x402 payments on Base for on-demand financial data
  • Prototyping financial applications with minimal upfront cost

Not for

  • High-frequency trading requiring sub-second latency and bulk data (no documented batch support)
  • Users who need comprehensive multi-ticker coverage from a single documented API
  • Anyone requiring detailed API documentation or guaranteed SLAs before integration

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stocks/PEP/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 confirmed live via a valid 402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages return only a wallet-connect prompt. The request body format and response structure are entirely unknown, making this effectively a stub listing.

Warnings

  • No API documentation available — docs, pricing, and API pages all render only 'Connect wallet' with no content
  • No OpenAPI or JSON schema describing request parameters or response format
  • Request body structure and response fields for /api/v1/stocks/PEP/history are completely unknown
  • Cannot verify data source, freshness, or accuracy of stock history data

Citations

Provenance

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

Agent access