Pay-per-call earnings data for Stryker (SYK) via x402 on Base, settled in USDC.
What it does
This endpoint provides financial earnings data for Stryker Corporation (ticker: SYK) through the lowpaymentfee.com platform. It is part of a broader suite of Finance & Web3 APIs offered by the provider, all accessible via the x402 payment protocol on the Base network. Each request costs $0.02 in USDC (USD Coin), with no API keys, rate limits, or subscriptions required — callers simply attach an x402 payment header to each POST request.
The endpoint returns JSON (mimeType: application/json) and is discoverable via the x402 challenge mechanism. The x402 challenge was captured live, confirming the endpoint is operational. Payment is settled on-chain to a specified address using USDC on Base (contract 0x8335…2913). The maximum timeout for payment settlement is 300 seconds.
Documentation on the provider's site is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of what fields the earnings data contains. The specific endpoint path (`/api/v1/finance/SYK/earnings`) is not listed on the homepage, though the homepage does list a Finance & Web3 category with similar endpoints. Because of the lack of documentation, the exact schema of the earnings response and any required request body fields are unknown.
Capabilities
Use cases
- —Retrieve Stryker Corporation (SYK) earnings data on demand without subscriptions
- —Integrate earnings data into autonomous agent workflows using x402 micropayments
- —Build financial dashboards that pull earnings data with per-request USDC payments
Fit
Best for
- —Agents or apps needing on-demand corporate earnings data with no API key setup
- —Developers who want to pay per call in USDC on Base without rate limits
- —Prototyping financial data integrations with minimal onboarding friction
Not for
- —Bulk historical earnings data retrieval (no documented batch endpoint)
- —Users who need detailed documentation or guaranteed SLA before integrating
- —Non-crypto users who cannot settle payments in USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/SYK/earnings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and the specific SYK/earnings path is not even listed on the homepage. Effectively a stub with confirmed liveness.
Warnings
- —No OpenAPI or schema documentation available — request body and response fields are entirely unknown
- —The /api/v1/finance/SYK/earnings path is not listed on the provider's homepage; it may be dynamically generated or undocumented
- —All docs/pricing/API/README pages return only a 'Connect wallet' prompt with no technical content
- —Cannot verify what earnings data is actually returned without making a paid request
Citations
- —The endpoint returns a 402 x402 challenge with USDC on Base, maxAmountRequired 20000 (=$0.02)https://lowpaymentfee.com/api/v1/finance/SYK/earnings
- —The provider advertises $0.02/request pricing 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/finance/SYK/earnings
- —Finance & Web3 category includes price feeds, exchange rates, token quotes, and gas estimates endpointshttps://lowpaymentfee.com