Pay-per-call stock data for UNH (UnitedHealth Group) via x402 on Base, settled in USDC.
What it does
This endpoint at lowpaymentfee.com provides stock data for UnitedHealth Group (ticker: UNH) through an x402 payment-gated API. Each request costs $0.02 in USDC on the Base network — no API keys, no rate limits, and no subscriptions required. The endpoint accepts POST requests and returns JSON.
The provider, lowpaymentfee.com, hosts a broad catalog 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. This specific endpoint sits under the finance category and serves stock-level data for the UNH ticker. However, documentation is extremely thin: the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further detail on request parameters, response schema, or data sources.
Because there is no published request or response schema, callers will need to experiment with the POST body to discover accepted parameters and the shape of the returned data. The x402 challenge is live and well-formed, confirming the endpoint is operational and ready to accept payments. The asset used for payment is USDC (contract 0x8335…2913 on Base), and the maximum amount required per call is 20,000 base units, which equals $0.02 (USDC uses 6 decimals).
Capabilities
Use cases
- —Retrieving current or recent stock data for UnitedHealth Group (UNH)
- —Building trading bots or dashboards that need on-demand equity data without subscriptions
- —Agent-driven financial research workflows that pay per query in USDC
Fit
Best for
- —Developers who want subscription-free, pay-as-you-go stock data
- —AI agents with Base-network USDC wallets needing equity information
- —Quick one-off lookups of UNH stock information without credential management
Not for
- —Bulk historical stock data downloads (no documented batch endpoint)
- —Users who need detailed API documentation or guaranteed SLAs
- —Non-crypto users who cannot settle payments in USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/UNH \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no documentation on request parameters, response schema, or data sources. The docs/pricing/API pages are empty beyond a wallet-connect prompt, making this effectively a stub listing.
Warnings
- —No request or response schema documented — callers must discover parameters experimentally
- —Docs, pricing, and API pages render only 'Connect wallet' with no useful content
- —Data source for stock information is unknown; accuracy and freshness cannot be verified
- —The specific /stocks/UNH path is not listed on the provider's homepage catalog, raising questions about its discoverability and support status
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/stocks/UNH
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stocks/UNH