SLB (Schlumberger) earnings data via pay-per-call x402 on Base network using USDC.
What it does
This endpoint at lowpaymentfee.com provides earnings data for SLB (Schlumberger Limited) through the x402 payment protocol. It is part of a broader Finance & Web3 API suite offered by the provider, which includes price feeds, exchange rates, crypto quotes, and gas estimates, among other categories.
The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The maximum amount required per call is 20,000 base units of USDC, which equals $0.02 (USDC uses 6 decimals). No API keys are needed; access is granted per-request via the x402 payment header. The provider advertises no rate limits and instant access.
Documentation beyond the landing page is extremely sparse — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema documentation, and no example payloads available. The endpoint is confirmed live (returns a proper 402 challenge), but the actual structure of the earnings data returned after payment is unknown.
Capabilities
Use cases
- —Retrieving SLB (Schlumberger) earnings data programmatically
- —Building financial dashboards that incorporate oil & gas sector earnings
- —Agent-driven portfolio analysis requiring per-call payment without API key management
Fit
Best for
- —Developers needing on-demand SLB earnings data without subscription commitments
- —AI agents that can settle x402 micropayments on Base
- —Quick lookups of Schlumberger financial earnings
Not for
- —Bulk historical earnings data across many tickers (only SLB endpoint documented)
- —Users who cannot transact USDC on the Base network
- —Applications requiring detailed API documentation or guaranteed SLAs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/SLB/earnings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is confirmed live with a valid 402 challenge and clear pricing ($0.02/request in USDC on Base). However, there is no OpenAPI spec, no request/response schema, no examples, and all documentation pages are empty beyond a wallet-connect prompt. The actual data returned is unknown.
Warnings
- —No API documentation available — /docs, /pricing, /api, and /README pages are all empty
- —No request or response schema documented; output format is entirely unknown
- —SLB ticker is inferred from the URL path; no confirmation of what earnings fields are returned
- —Provider offers many endpoints but none appear individually documented
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/finance/SLB/earnings
- —The provider advertises $0.02 per request, no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Finance & Web3 category includes price feeds, exchange rates, token quotes, and gas estimateshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/finance/SLB/earnings