Pay-per-call earnings data for CSCO (Cisco) via x402 on Base, settled in USDC.
What it does
This endpoint provides earnings data for Cisco Systems (ticker: CSCO) through the lowpaymentfee.com finance API. It is part of a broader suite of pay-per-request APIs covering finance, analytics, AI/ML, crypto, and utility services, all gated via the x402 payment protocol on the Base network.
The endpoint accepts POST requests and returns JSON. Each call costs up to $0.02 (20,000 base units of USDC, which has 6 decimals). Payment is made inline via the X-PAYMENT header using the x402 exact-amount scheme, settling in USDC (contract 0x8335…2913) on Base to the provider's address. No API keys, accounts, or rate limits are advertised — access is purely payment-gated.
Documentation is extremely sparse. The crawled docs, pricing, and API pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema, and no example payloads available. The endpoint is confirmed live (returns a valid 402 challenge), but the actual structure of the earnings data returned after payment is unknown. The specific input parameters (e.g., fiscal year, quarter filters) are not documented.
Capabilities
Use cases
- —Retrieving Cisco (CSCO) earnings data on demand without an API key or subscription
- —Integrating earnings data into an autonomous agent workflow that can settle payments on Base
- —Building financial dashboards that pull earnings info with micropayments
Fit
Best for
- —Agents or apps that need on-demand CSCO earnings data without account setup
- —Developers experimenting with x402 payment-gated financial APIs
- —Low-volume, pay-as-you-go access to corporate earnings information
Not for
- —Bulk or high-frequency earnings data retrieval (no documented batch endpoint)
- —Users who need detailed documentation or guaranteed SLA before integrating
- —Access to earnings data for tickers other than CSCO (this endpoint is ticker-specific)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/CSCO/earnings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is confirmed live with a valid x402 402 challenge, but there is zero documentation on request parameters, response schema, or what earnings data fields are returned. No OpenAPI spec, no examples, and all doc pages render only a wallet-connect prompt.
Warnings
- —No request or response schema documented — input parameters and output fields are entirely unknown
- —All documentation pages (docs, pricing, API, README) render only 'Connect wallet' with no technical content
- —Cannot verify the quality or source of the earnings data returned
- —The specific endpoint path is for CSCO only; unclear how to discover other tickers
Citations
- —Endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/finance/CSCO/earnings
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/finance/CSCO/earnings
- —All APIs priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com