Pay-per-call stock data for ticker LIN 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 LIN (Linde plc) through a simple POST request, paid per call using the x402 protocol. Payment is settled on the Base network in USDC (USD Coin) at a cost of $0.02 per request (20,000 base units with 6 decimals). No API keys, rate limits, or upfront commitments are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The endpoint is part of a broader platform offering dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance/crypto market data, and utility services, all priced uniformly at $0.02 per request. The specific /api/v1/stocks/LIN route returns JSON and is discoverable via HTTP POST. However, documentation is extremely sparse: the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further technical detail, schema definitions, or example responses.
Because no response schema, field definitions, or sample payloads are documented, callers should expect to discover the response format empirically. The x402 challenge is live and well-formed, confirming the endpoint is operational. The payment recipient address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3, the USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base mainnet, and the maximum timeout is 300 seconds.
Capabilities
Use cases
- —Fetching current or recent stock data for Linde plc (LIN) without needing an API key or subscription
- —Integrating stock lookups into an AI agent workflow that can settle micropayments on Base
- —Building trading dashboards or alerts that pay per data request rather than monthly
Fit
Best for
- —Agents or bots that need on-demand stock data with crypto-native payment
- —Developers who want zero-signup, pay-as-you-go financial data
- —x402-compatible clients on the Base network
Not for
- —High-frequency trading requiring sub-second latency guarantees (no SLA documented)
- —Users needing comprehensive historical stock data or bulk downloads
- —Anyone without a Base-network USDC wallet or x402-compatible client
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/LIN \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>"Endpoint
Quality
The x402 challenge is live and well-formed, confirming the endpoint works and pricing is clear ($0.02 USDC on Base). However, there is no documented response schema, no example responses, no OpenAPI spec, and all doc/pricing/API pages render only 'Connect wallet' with no usable content. The actual data returned is unknown.
Warnings
- —No response schema or example response is documented anywhere — output format must be discovered empirically.
- —Docs, pricing, and API pages are effectively empty (only show 'Connect wallet').
- —The specific stock data source, freshness, and coverage are undocumented.
- —No SLA, uptime guarantee, or rate-limit information is provided.
Citations
- —The endpoint returns HTTP 402 with an x402 challenge requiring USDC payment on Basehttps://lowpaymentfee.com/api/v1/stocks/LIN
- —Price is $0.02 per request (maxAmountRequired 20000 base units, USDC 6 decimals)https://lowpaymentfee.com/api/v1/stocks/LIN
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stocks/LIN
- —Platform advertises $0.02/request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —Docs, pricing, and API pages render only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs