Pay-per-call earnings data for QCOM (Qualcomm) via x402 on Base, settled in USDC.
What it does
This endpoint provides Qualcomm (QCOM) earnings data through a pay-per-request x402 protocol. It is hosted on lowpaymentfee.com, a platform offering a broad catalog of finance, analytics, AI, and utility APIs — all payable at $0.02 per request using USDC on the Base network. No API keys or accounts are required; callers simply attach an x402 payment header to each POST request.
The specific endpoint `/api/v1/finance/QCOM/earnings` returns earnings information for QCOM (Qualcomm Inc.). The x402 challenge confirms the endpoint is live, accepting payments of up to 20,000 base units of USDC (i.e., $0.02) on Base (asset contract 0x8335…2913). Payment is made to address 0x1A2B…85F3 with a 300-second timeout window. The response MIME type is application/json.
Documentation on the site is extremely thin — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no example request/response payloads, and no description of the earnings data fields returned. The endpoint appears to be part of a broader finance category that also includes price feeds, exchange rates, token quotes, and gas estimates, all at the same $0.02 price point.
Capabilities
Use cases
- —Retrieve Qualcomm quarterly or annual earnings data without needing an API key
- —Integrate earnings data into an autonomous agent workflow with micropayments
- —Build financial dashboards that pull earnings on demand with per-call billing
Fit
Best for
- —Agents or bots that need on-demand earnings data with no subscription
- —Developers who want to pay per request in USDC on Base
- —Prototyping financial tools without API key management
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 send USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/QCOM/earnings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI schema, no example request/response, and documentation pages are empty stubs. The actual data fields returned are completely unknown.
Warnings
- —No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or output schema provided; response structure for earnings data is unknown.
- —No example request or response payloads available; integration requires trial and error.
- —The provider site lists many endpoint categories but specifics on the /finance/{ticker}/earnings pattern are not documented.
Citations
- —Endpoint returns 402 with x402 challenge accepting USDC on Base network at 20000 base units ($0.02)https://lowpaymentfee.com/api/v1/finance/QCOM/earnings
- —Site advertises $0.02 per request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/finance/QCOM/earnings
- —Docs, pricing, API, and README pages render only 'Connect wallet' with no additional contenthttps://lowpaymentfee.com/docs