Pay-per-call earnings data for ADBE (Adobe) via x402 on Base, settled in USDC.
What it does
This endpoint provides earnings data for Adobe (ticker: ADBE) through the lowpaymentfee.com finance API. It is part of a broader suite of pay-per-request APIs covering finance, analytics, AI/ML, and infrastructure utilities, all gated via the x402 payment protocol on the Base network.
The endpoint accepts POST requests and returns JSON. Each call costs $0.02 in USDC (maxAmountRequired of 20,000 base units with 6 decimals = $0.02), settled on-chain to a specified wallet address on Base. There are no API keys, no rate limits, and no subscription commitments — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The provider's landing page lists many endpoints across categories (data/analytics, AI/ML, finance/web3, infrastructure), all priced uniformly at $0.02 per request. However, documentation beyond the landing page is essentially empty (pages like /docs, /pricing, and /README only show a "Connect wallet" prompt). There is no OpenAPI schema, no sample request/response payloads, and no detailed description of what fields the earnings response contains. The endpoint is confirmed live (returns a proper 402 challenge), but the lack of documentation means callers must discover the response format empirically.
Capabilities
Use cases
- —Retrieving Adobe (ADBE) quarterly or annual earnings data for financial analysis
- —Building automated trading or research agents that need on-demand earnings figures
- —Integrating earnings data into dashboards without managing API keys or subscriptions
Fit
Best for
- —Agents or scripts needing one-off earnings lookups without subscription overhead
- —Crypto-native workflows that can pay per call with USDC on Base
- —Developers who want instant access without signup or API key management
Not for
- —Bulk historical earnings downloads across many tickers (no documented batch endpoint)
- —Users who need detailed documentation or guaranteed SLA before integrating
- —Non-crypto users who cannot produce x402 payment proofs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/ADBE/earnings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming it is operational. However, there is no OpenAPI schema, no documented request/response format, no example payloads, and all secondary pages (docs, pricing, README) are empty. The listing is essentially a stub with only the payment challenge and landing page to go on.
Warnings
- —No documentation available — /docs, /pricing, and /README pages are empty (only show 'Connect wallet')
- —No OpenAPI or output schema describing the earnings response fields
- —Response format must be discovered empirically; no sample responses provided
- —Provider offers many endpoints but none appear individually documented
Citations
- —Endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/finance/ADBE/earnings
- —All endpoints priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/finance/ADBE/earnings