x402basequality 0.35

Get the current stock price for MO (Altria Group) 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 the ticker MO (Altria Group) through a simple HTTP POST call, paid per request using the x402 protocol. It is part of a broader suite of APIs hosted at lowpaymentfee.com covering data analytics, AI/ML inference, finance, crypto, and utility services — all sharing the same pay-per-use model.

The endpoint accepts x402 payments on the Base network using USDC (contract 0x8335…2913). Each request costs a maximum of $0.02 (20,000 base units at 6 decimals). There are no API keys, no rate limits, and no subscriptions — you simply attach an X-PAYMENT header with a valid x402 payment proof and receive a JSON response. The payment timeout is 300 seconds.

Documentation beyond the landing page is extremely sparse: the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no example request/response, and no description of the response payload structure. The endpoint is confirmed live (returns a proper 402 challenge), but the actual data source for stock prices and the response format are unknown.

Capabilities

stock-price-lookupx402-paymentusdc-settlementbase-networkpay-per-requestno-api-key

Use cases

  • Retrieve the current stock price for Altria Group (MO) in an automated trading or analytics pipeline
  • Agent-driven portfolio monitoring that pays per data fetch without managing API keys
  • Embedding live equity price data into dashboards or reports with micropayment access

Fit

Best for

  • Agents or bots that need on-demand stock price lookups without subscription overhead
  • Developers experimenting with x402 pay-per-call APIs on Base
  • Low-volume or sporadic stock price queries where flat-rate plans are wasteful

Not for

  • High-frequency trading requiring sub-millisecond latency and guaranteed SLAs
  • Bulk historical stock data downloads — this appears to be a single-ticker current-price endpoint
  • Users who need comprehensive financial data (fundamentals, options chains, etc.)

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, no examples, and all documentation pages are empty beyond a wallet-connect prompt. The actual data source and response structure are entirely unknown.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • All doc pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no content
  • The data source for stock prices is not disclosed; accuracy and freshness are unverifiable
  • The endpoint path is ticker-specific (/stocks/MO/price); it is unclear whether other tickers are supported

Citations

Provenance

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

Agent access