Pay-per-call stock data for ISRG (Intuitive Surgical) via x402 on Base, settled in USDC.
What it does
This x402 endpoint at lowpaymentfee.com provides stock data for the ticker ISRG (Intuitive Surgical) at $0.02 per request, paid in USDC on the Base network. The endpoint uses the x402 payment protocol: callers send an X-PAYMENT header with a signed USDC payment, and the server returns JSON stock data in response. No API keys, accounts, or rate limits are required — access is purely pay-per-call.
The endpoint is part of a broader platform (lowpaymentfee.com) that offers dozens of x402-gated APIs spanning data analytics, AI/ML inference, finance/crypto market data, and utility services, all priced at $0.02 per request. The specific endpoint probed here is scoped to the stock ticker ISRG, suggesting the platform likely offers similar endpoints for other tickers under the /api/v1/stocks/{ticker} pattern.
Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no example request/response payloads, and no description of the response format beyond the MIME type application/json declared in the x402 challenge. The endpoint is confirmed live (returns a proper 402 challenge), but the actual data quality and response structure are unknown.
Capabilities
Use cases
- —Fetching current stock data for ISRG (Intuitive Surgical) without needing an API key or subscription
- —Integrating real-time equity data into an AI agent workflow with automatic USDC micropayments
- —Building trading bots or dashboards that pay per data request on Base L2
Fit
Best for
- —Agents or bots that need on-demand stock data without account setup
- —Developers wanting frictionless pay-per-call access to financial data
- —x402-compatible clients already operating on the Base network
Not for
- —Bulk historical stock data downloads (pay-per-call at $0.02 adds up quickly)
- —Users who need detailed API documentation or guaranteed SLAs before integrating
- —Anyone without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/ISRG \
-H "X-PAYMENT: <signed-x402-payment-header>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is confirmed live with a valid x402 402 challenge, and pricing is clear ($0.02 USDC per call). However, there is no OpenAPI schema, no example request or response, and all documentation pages render only 'Connect wallet' with no usable content. The actual response format and data fields are completely unknown.
Warnings
- —No API documentation available — docs, pricing, and API pages all show only 'Connect wallet'
- —No OpenAPI or output schema provided; response structure is unknown
- —No example responses available to verify data quality or completeness
- —The /api/v1/stocks/{ticker} pattern is inferred; only ISRG was probed
Citations
- —Endpoint returns a valid x402 challenge with 402 status, confirming it is livehttps://lowpaymentfee.com/api/v1/stocks/ISRG
- —Price is $0.02 per request (maxAmountRequired 20000 base units of USDC with 6 decimals = $0.02)https://lowpaymentfee.com/api/v1/stocks/ISRG
- —Payment is in USDC on the Base network to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3https://lowpaymentfee.com/api/v1/stocks/ISRG
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Platform offers APIs across data/analytics, AI/ML, finance/web3, and infrastructure categorieshttps://lowpaymentfee.com