x402basequality 0.35

Get the current stock price for EMR (Emerson Electric) via x402 micropayment on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint returns the current stock price for the ticker EMR (Emerson Electric) in JSON format. It is part of a broader suite of pay-per-request APIs hosted at lowpaymentfee.com, covering finance, analytics, AI/ML, crypto, and utility services. Each call costs $0.02 in USDC on the Base network — no API keys, no rate limits, and no subscriptions required.

The endpoint accepts HTTP POST requests and settles payment via the x402 protocol using USDC (contract 0x8335…2913) on Base. The x402 challenge confirms the endpoint is live, advertising a maxAmountRequired of 20,000 base units (i.e., $0.02 given USDC's 6 decimals). Payment is made by including an X-PAYMENT header; the server validates and returns the stock price data.

Documentation on the site is minimal — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further detail. There is no OpenAPI schema, no example request/response payloads, and no description of the response format beyond the mimeType of application/json. The endpoint is confirmed live via the 402 challenge, but the actual response structure must be inferred.

Capabilities

stock-price-lookupx402-micropaymentusdc-paymentbase-networkper-request-billingno-api-keyreal-time-data

Use cases

  • Fetching the current stock price for Emerson Electric (EMR) in an automated trading or monitoring pipeline
  • Integrating real-time equity price data into an AI agent workflow without managing API keys
  • Paying per-request for stock data using USDC on Base without a subscription

Fit

Best for

  • Developers who want keyless, pay-per-call stock price data
  • AI agents that can settle x402 micropayments on Base
  • Low-volume or sporadic stock price lookups where subscriptions are overkill

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data
  • Users who need historical OHLCV candle data or full market depth
  • Anyone without a Base-compatible USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge confirms the endpoint is live and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, no example payloads, and the site's docs/pricing/API pages are empty beyond a wallet-connect prompt. The listing is essentially a stub with confirmed liveness.

Warnings

  • No OpenAPI or JSON schema available for request or response bodies
  • Documentation pages (docs, pricing, API, README) all render only 'Connect wallet' with no usable content
  • Response format for stock price data is entirely undocumented — mimeType is application/json but fields are unknown
  • The broader lowpaymentfee.com site lists many endpoints across diverse categories; quality and reliability of each is unverified

Citations

Provenance

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

Agent access