Pay-per-call MSFT earnings data via x402 on Base, settled in USDC at $0.02/request.
What it does
This endpoint provides Microsoft (MSFT) earnings data through a pay-per-call x402 payment protocol. It is hosted on lowpaymentfee.com, a platform offering a variety of finance, analytics, AI, and utility APIs — all priced at $0.02 per request with no API keys, no rate limits, and no commitments required. Payment is settled in USDC on the Base network.
The specific endpoint `/api/v1/finance/MSFT/earnings` sits within the Finance & Web3 category of the platform. While the crawled documentation is extremely thin (most pages just show a "Connect wallet" prompt), the x402 challenge confirms the endpoint is live and accepting POST requests. The challenge advertises a maxAmountRequired of 20,000 base units of USDC (6 decimals), which equals $0.02 per call. The response MIME type is application/json.
No detailed schema for the request body or response payload was found in the crawl or probe. The endpoint is discoverable and uses the x402 "exact" payment scheme. Without documentation on what fields the earnings response contains (e.g., EPS, revenue, fiscal quarter), consumers should expect standard earnings-report data but will need to make a paid call to confirm the exact shape of the response.
Capabilities
Use cases
- —Retrieving Microsoft quarterly or annual earnings data for financial analysis
- —Feeding MSFT earnings into automated trading or portfolio management agents
- —Building dashboards that display historical or recent Microsoft earnings figures
Fit
Best for
- —Agents needing on-demand MSFT earnings without subscription commitments
- —Developers who want keyless, pay-per-call access to financial data
- —Crypto-native workflows settling micropayments on Base L2
Not for
- —Bulk historical earnings downloads across many tickers (single-ticker endpoint)
- —Users who need free or ad-supported financial data
- —Applications requiring sub-second latency with guaranteed SLAs (no SLA documented)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/MSFT/earnings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The x402 challenge is live and confirms pricing and payment details, but there is no OpenAPI schema, no request/response examples, and the documentation pages are empty beyond a wallet-connect prompt. The endpoint's actual data shape is unknown.
Warnings
- —No request or response schema documented — consumers must discover the payload by making a paid call.
- —Documentation pages (/docs, /api, /pricing, /README) all render only a 'Connect wallet' prompt with no useful content.
- —The specific endpoint /api/v1/finance/MSFT/earnings is not listed on the homepage; it may be a dynamic route pattern (e.g., /finance/{ticker}/earnings) but this is unconfirmed.
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/finance/MSFT/earnings
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/finance/MSFT/earnings