x402basequality 0.40

Stock market quote for PEP (PepsiCo) via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides a market quote for the ticker symbol PEP (PepsiCo) through the x402 payment protocol. It is part of a broader suite of APIs hosted at lowpaymentfee.com that span data analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per request and settled in USDC on the Base network.

The endpoint accepts HTTP POST requests and returns JSON. Payment is handled inline via the x402 protocol: callers include an X-PAYMENT header with a signed USDC payment of up to 20,000 base units (i.e., $0.02, since USDC uses 6 decimals). No API keys, subscriptions, or rate limits are advertised — access is purely pay-per-call. The payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 on Base.

The specific data returned by the /api/v1/market/quote/PEP endpoint is not documented in detail. Based on the URL pattern and the site's "Finance & Web3" category (which includes price feeds, exchange rates, and token quotes), it likely returns a current or recent market quote for PepsiCo stock. However, the exact response schema, data source, and freshness guarantees are not specified in the available documentation. The docs, pricing, and API pages behind the site all appear to require a wallet connection and provide no additional technical detail.

Capabilities

stock-quotemarket-datax402-paymentusdc-settlementbase-networkpay-per-callno-api-key

Use cases

  • Retrieve a current market quote for PepsiCo (PEP) stock programmatically
  • Integrate real-time equity pricing into trading bots or dashboards
  • Agent-driven portfolio monitoring that pays per data request

Fit

Best for

  • Developers needing simple, keyless access to PEP stock quotes
  • AI agents that can settle micropayments in USDC on Base
  • Low-volume or on-demand market data consumers who prefer pay-per-call

Not for

  • High-frequency trading requiring sub-millisecond latency and guaranteed SLAs
  • Users who need bulk historical price data or full order-book depth
  • Anyone unable to transact in USDC on the Base L2 network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 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 schema, no documented request/response format, no example payloads, and the site's docs pages are empty beyond a wallet-connect prompt. The actual data returned is inferred from the URL pattern only.

Warnings

  • No response schema or example response documented — actual output format is unknown
  • Documentation pages (/docs, /api, /pricing, /README) all render only a wallet-connect prompt with no technical content
  • Data source and freshness of the PEP market quote are unspecified
  • The endpoint path suggests a single-ticker quote; it is unclear whether this returns real-time, delayed, or cached data

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 20:45:57Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access