Pay-per-call stock data for EMR via x402 on Base, settled in USDC at $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides stock data for the ticker EMR (Emerson Electric) through an x402 payment-gated API. Each request costs $0.02, paid in USDC on the Base network. The x402 challenge confirms the endpoint is live and accepts POST requests with an exact payment scheme. No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The provider (lowpaymentfee.com) hosts a broad catalog of pay-per-call endpoints spanning data analytics, AI/ML inference, finance/crypto market data, and utility services, all priced uniformly at $0.02 per request. This specific endpoint sits in the finance category and returns JSON. However, no OpenAPI schema, detailed documentation, or example responses were found in the crawl — the docs, pricing, and API pages all returned only a "Connect wallet" stub. The exact fields returned for a stock query are unknown.
Because documentation is essentially absent beyond the landing page listing and the x402 challenge itself, consumers should expect to experiment with the POST body format. The endpoint is confirmed live (HTTP 402 challenge captured), the price is clear ($0.02 = 20,000 base units of USDC with 6 decimals), and settlement occurs on Base mainnet to address 0x1A2B…85F3.
Capabilities
Use cases
- —Fetching current or recent stock data for Emerson Electric (EMR) in an automated agent workflow
- —Building a portfolio tracker that pays per query with no subscription commitment
- —Integrating stock lookups into an AI agent pipeline using x402 micropayments
Fit
Best for
- —Agents or bots that need occasional stock lookups without API key management
- —Developers experimenting with x402 payment-gated APIs
- —Low-volume, on-demand stock data retrieval settled in crypto
Not for
- —High-frequency trading requiring sub-millisecond latency and bulk data
- —Users who need comprehensive historical stock data or full market coverage
- —Anyone without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/EMR \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>"Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, and all doc pages returned only a wallet-connect stub, leaving the actual data contract unknown.
Warnings
- —No API documentation available — docs, pricing, and API pages all return only a 'Connect wallet' stub
- —Request body schema and response fields are completely undocumented
- —The exact stock data returned (real-time vs. delayed, fields included) is unknown
Citations
- —Endpoint returns HTTP 402 with x402 challenge, confirming it is livehttps://lowpaymentfee.com/api/v1/stocks/EMR
- —Price is $0.02 per request (maxAmountRequired 20000 in USDC with 6 decimals on Base)https://lowpaymentfee.com/api/v1/stocks/EMR
- —Provider lists uniform $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stocks/EMR