Pay-per-call GOOGL earnings data via x402 on Base, settled in USDC at $0.02/request.
What it does
This endpoint provides Alphabet (GOOGL) earnings data through a simple HTTP POST call, paid per request using the x402 protocol. It is part of the lowpaymentfee.com platform, which hosts a broad catalog 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 on the Base network using USDC (contract 0x8335…2913). The x402 challenge advertises a maxAmountRequired of 20,000 base units, which at 6 decimals equals $0.02. Callers attach an X-PAYMENT header containing the payment proof; the endpoint returns JSON earnings data for GOOGL upon successful payment.
The platform lists many sibling endpoints under /api/v1/finance/ (prices, rates) and /api/v1/crypto/ (quotes, gas), as well as AI and utility services. Documentation is extremely thin — the /docs, /pricing, 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 the earnings data schema, so the exact fields returned are unknown.
Capabilities
Use cases
- —Retrieving GOOGL quarterly or annual earnings figures on demand
- —Feeding earnings data into automated trading or analysis pipelines
- —Agents that need one-off financial data without managing API keys or subscriptions
Fit
Best for
- —Developers or agents wanting frictionless, keyless access to GOOGL earnings data
- —Crypto-native workflows that can settle micropayments on Base in USDC
- —Low-volume or sporadic consumers who prefer pay-per-call over subscriptions
Not for
- —High-frequency bulk data consumers who need sub-cent pricing or batch endpoints
- —Users who need comprehensive financial statements beyond earnings (10-K, balance sheets, etc.)
- —Anyone unable to transact on the Base L2 network with USDC
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/GOOGL/earnings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>"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 documentation beyond a wallet-connect stub, no example request/response, and no description of the returned earnings data schema. Effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available — response format is unknown
- —All doc/pricing/README pages return only a 'Connect wallet' prompt with no technical content
- —Exact earnings data fields (quarterly, annual, EPS, revenue, etc.) are unspecified
- —No example responses available to verify data quality or freshness
Citations
- —Endpoint returns 402 with x402 challenge advertising 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/finance/GOOGL/earnings
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/finance/GOOGL/earnings