Pay-per-call stock data for ZTS (Zoetis) via x402 on Base, settled in USDC.
What it does
This endpoint provides stock data for the ticker ZTS (Zoetis Inc.) through the lowpaymentfee.com platform. It is an x402-enabled API that accepts POST requests and returns JSON. Payment is settled on the Base network using USDC at a cost of $0.02 per request (20,000 base units of USDC with 6 decimals). No API keys, rate limits, or subscriptions are required — each call is paid individually via the x402 payment protocol.
The lowpaymentfee.com platform hosts a broader suite of endpoints spanning data & analytics, AI/ML inference, finance & Web3, and infrastructure utilities, all priced uniformly at $0.02 per request. This specific endpoint targets the /api/v1/stocks/ZTS path, suggesting it returns stock-related information for the Zoetis ticker, though the exact response schema is not documented. The platform advertises no minimums, no commitments, and instant access.
Documentation is extremely sparse — the /docs, /pricing, /api, and /README pages all resolve to a minimal "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no response schema, and no example payloads available. The endpoint is confirmed live (returns a proper 402 x402 challenge), but the lack of documentation means callers must discover the response format empirically.
Capabilities
Use cases
- —Fetching current or recent stock data for Zoetis (ZTS) without a subscription
- —Agent-driven portfolio monitoring that pays per query in USDC on Base
- —Integrating stock lookups into crypto-native applications with on-chain settlement
Fit
Best for
- —Developers wanting subscription-free, pay-as-you-go stock data
- —AI agents that can settle micropayments via x402 on Base
- —Quick one-off stock data lookups without credential management
Not for
- —High-frequency trading requiring sub-millisecond latency and guaranteed SLAs
- —Users needing comprehensive historical stock data or bulk downloads
- —Anyone without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/ZTS \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is confirmed live with a valid x402 402 challenge, but documentation is essentially nonexistent — no OpenAPI spec, no response schema, no example requests or responses. The exact data returned for the ZTS stock endpoint must be discovered empirically. Pricing is clear ($0.02/request in USDC on Base).
Warnings
- —No OpenAPI specification or response schema available
- —All documentation pages (/docs, /pricing, /api, /README) return only a 'Connect wallet' prompt with no technical content
- —Exact response payload structure for /api/v1/stocks/ZTS is unknown — must be discovered empirically
- —The /api/v1/stocks/ path is not listed on the homepage's available APIs section, so this endpoint may be undocumented or experimental
Citations
- —Endpoint returns 402 with x402 challenge requesting 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/stocks/ZTS
- —Platform pricing is $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/ZTS
- —Documentation pages resolve to minimal 'Connect wallet' contenthttps://lowpaymentfee.com/docs