TSLA earnings data via x402 micropayment on Base for $0.02 per request.
What it does
This endpoint provides Tesla (TSLA) earnings data through the x402 payment protocol. It is hosted on lowpaymentfee.com, a platform offering a variety of pay-per-request APIs spanning finance, analytics, AI/ML, and infrastructure — all settled via USDC on the Base network.
The endpoint accepts POST requests and returns JSON. Payment is handled inline via the x402 protocol: callers include an X-PAYMENT header with a signed USDC transaction on Base. The maximum amount required per call is 20,000 base units of USDC (6 decimals), which equals $0.02. No API keys, subscriptions, or rate limits are advertised — access is purely pay-per-call.
The specific TSLA earnings endpoint is not listed on the provider's landing page (which showcases generic finance endpoints like price feeds and exchange rates), but the x402 challenge was successfully captured and confirms the endpoint is live. Documentation beyond the landing page is essentially empty (all other crawled pages only show a "Connect wallet" prompt), so the exact schema of the earnings response is unknown. Users should expect a JSON object containing Tesla earnings data, but the precise fields and coverage (historical quarters, EPS, revenue, etc.) cannot be confirmed from available material.
Capabilities
Use cases
- —Retrieve Tesla quarterly earnings data for financial analysis
- —Integrate TSLA earnings into automated trading or research pipelines
- —Agent-driven portfolio monitoring that needs on-demand earnings lookups
Fit
Best for
- —Developers wanting keyless, pay-per-call access to TSLA earnings
- —AI agents that can settle x402 payments on Base
- —Low-volume or sporadic earnings data needs without subscription overhead
Not for
- —Bulk historical earnings across many tickers (only TSLA endpoint confirmed)
- —Users who cannot transact in USDC on the Base network
- —Applications requiring guaranteed SLA or documented response schema
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/TSLA/earnings \
-H "X-PAYMENT: <x402-signed-payment-header>" \
-H "Content-Type: application/json"Endpoint
Quality
The x402 challenge is live and confirms pricing and payment details, but there is no OpenAPI schema, no documented request/response format, no examples, and the endpoint isn't even listed on the provider's own landing page. Documentation pages are all blank beyond a wallet-connect prompt. Effectively a stub with a confirmed live 402 challenge.
Warnings
- —No response schema or example output available — the exact fields returned are unknown.
- —The /api/v1/finance/TSLA/earnings endpoint is not listed on the provider's landing page; it may be undocumented or experimental.
- —All documentation pages (docs, api, pricing, README) returned only a 'Connect wallet' prompt with no actual content.
- —Only TSLA ticker confirmed; availability of other tickers is unknown.
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC on Base, equaling $0.02 per request.https://lowpaymentfee.com/api/v1/finance/TSLA/earnings
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on the Base network.https://lowpaymentfee.com
- —The USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.https://lowpaymentfee.com/api/v1/finance/TSLA/earnings
- —The TSLA earnings endpoint is not listed among the available APIs on the landing page.https://lowpaymentfee.com