Pay-per-call earnings data for GILD (Gilead Sciences) via x402 on Base network.
What it does
This endpoint provides earnings data for the stock ticker GILD (Gilead Sciences) through the lowpaymentfee.com platform. It is part of a broader Finance & Web3 API suite that includes price feeds, exchange rates, crypto quotes, and gas estimates. The endpoint uses the x402 payment protocol, settling in USDC on the Base network at $0.02 per request.
The platform advertises a simple pay-per-use model with no API keys, no rate limits, and no commitments. Payment is handled inline via the x402 `X-PAYMENT` header. The endpoint accepts POST requests and returns JSON. However, documentation beyond the landing page is essentially empty (all doc/pricing/API pages just show a "Connect wallet" prompt), so the exact request body format and response schema for this earnings endpoint are unknown.
The specific endpoint path (`/api/v1/finance/GILD/earnings`) suggests it returns earnings-related financial data for Gilead Sciences (NASDAQ: GILD), likely including metrics such as EPS, revenue, or earnings dates. Without documentation or example responses, the precise fields and data freshness cannot be confirmed.
Capabilities
Use cases
- —Retrieving earnings data for Gilead Sciences (GILD) in automated trading or research pipelines
- —Integrating per-call financial data into AI agents without managing API keys
- —Building dashboards that pull earnings information on demand with micropayments
Fit
Best for
- —Agents or bots needing on-demand earnings data without subscription commitments
- —Developers who want key-less, pay-per-use access to stock earnings info
- —Crypto-native applications settling payments on Base L2
Not for
- —Bulk historical earnings data downloads (pay-per-call model would be costly at scale)
- —Users who need comprehensive documentation or guaranteed SLAs before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/GILD/earnings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is live (returns a valid 402 x402 challenge) and pricing is clear ($0.02/request in USDC on Base). However, there is no documentation, no request/response schema, and no examples available. All secondary pages return only a 'Connect wallet' stub. The actual data content and format must be inferred from the URL path alone.
Warnings
- —No documentation available — all doc pages return only 'Connect wallet' with no content
- —Request body schema and response schema are completely unknown
- —Data freshness, source, and accuracy of earnings data cannot be verified
- —The endpoint is ticker-specific (/GILD/earnings); generalizability to other tickers is unconfirmed
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC (0.02 USD) on Base networkhttps://lowpaymentfee.com/api/v1/finance/GILD/earnings
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The Finance & Web3 category includes price feeds, exchange rates, token quotes, and gas estimateshttps://lowpaymentfee.com