Goldman Sachs earnings data via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint provides Goldman Sachs (GS) 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 at $0.02 per call.
The specific endpoint `/api/v1/finance/GS/earnings` sits under the Finance & Web3 category of the platform. Based on the URL structure, it likely returns earnings-related financial data for Goldman Sachs (ticker: GS). The x402 challenge confirms the endpoint is live, accepts POST requests, and requires a payment of 20,000 base units of USDC (0x8335…0913 on Base), which equals $0.02 USD (USDC uses 6 decimals). Payment is made via the `exact` scheme to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout.
Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further detail. There is no OpenAPI schema, no request/response examples, and no description of what fields the earnings response contains. The platform advertises no API keys, no rate limits, and instant access, but the actual data schema and source of the financial data are unknown.
Capabilities
Use cases
- —Retrieving Goldman Sachs earnings data for financial analysis
- —Integrating earnings data into automated trading or research pipelines
- —Agent-driven financial data retrieval with per-call micropayments
Fit
Best for
- —Developers needing on-demand earnings data without API key management
- —AI agents that can settle x402 payments on Base
- —Low-volume financial data consumers who prefer pay-per-use pricing
Not for
- —High-volume institutional data feeds requiring SLAs and guaranteed uptime
- —Users who need comprehensive documentation or response schema guarantees
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/GS/earnings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, no documentation beyond a wallet-connect prompt, and no information about what data fields are returned or where the earnings data is sourced. This is effectively a stub listing.
Warnings
- —No documentation available — docs, pricing, and API pages all show only 'Connect wallet'
- —No OpenAPI or output schema provided; response format is completely unknown
- —Source and freshness of Goldman Sachs earnings data is unspecified
- —No request body schema documented — unclear if any parameters are accepted or required
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/finance/GS/earnings
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/finance/GS/earnings