Starbucks (SBUX) earnings data via pay-per-call x402 endpoint on Base network.
What it does
This endpoint at lowpaymentfee.com provides Starbucks (SBUX) earnings data through the x402 payment protocol. Each request costs $0.02 in USDC on the Base network (the x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC, which has 6 decimals, equaling $0.02). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof to receive the data.
The endpoint is part of a broader platform (lowpaymentfee.com) that offers finance, analytics, AI/ML, crypto, and utility APIs, all priced at $0.02 per request. The specific path `/api/v1/finance/SBUX/earnings` suggests it returns earnings-related financial data for Starbucks Corporation (ticker SBUX). The response MIME type is application/json. The endpoint accepts POST requests.
Documentation on the site is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further detail. There is no OpenAPI schema, no example request/response payloads, and no description of the earnings data fields returned. The endpoint is confirmed live via a valid 402 challenge, but the actual data structure and coverage (historical vs. latest, fields included) remain unknown.
Capabilities
Use cases
- —Retrieve Starbucks quarterly or annual earnings data for financial analysis
- —Feed SBUX earnings into automated trading or portfolio monitoring agents
- —Integrate earnings data into dashboards without managing API key subscriptions
Fit
Best for
- —Agents or bots that need on-demand stock earnings data without subscription overhead
- —Developers prototyping finance tools who want instant, keyless API access
- —Crypto-native applications that can pay per call via x402 on Base
Not for
- —Bulk historical earnings downloads across many tickers (only SBUX path confirmed)
- —Users who cannot transact in USDC on the Base network
- —Applications requiring documented, schema-validated response contracts
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/SBUX/earnings \
-H "X-PAYMENT: <x402-payment-proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, no example payloads, and the site's docs pages are empty. The actual data returned is entirely unknown.
Warnings
- —No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or response schema provided; the structure and fields of the earnings data are unknown.
- —Only the SBUX ticker path was probed; it is unclear whether other tickers are supported at similar paths.
- —No example responses available to verify data quality or completeness.
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base network.https://lowpaymentfee.com/api/v1/finance/SBUX/earnings
- —The platform advertises $0.02 per request, no API keys, no rate limits, instant access, Base network.https://lowpaymentfee.com
- —The site lists finance endpoints including /api/v1/finance/prices and /api/v1/finance/rates at $0.02 each.https://lowpaymentfee.com
- —Docs, pricing, API, and README pages render only 'Connect wallet' with no additional content.https://lowpaymentfee.com/docs