Pay-per-call stock data for EOG via x402 on Base, settled in USDC at $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides stock data for EOG (EOG Resources, Inc.) through an x402-gated API. The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) at a cost of $0.02 per request (20,000 base units with 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The provider, lowpaymentfee.com, hosts a broader suite of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment, summarization, classification, embeddings), finance (price feeds, exchange rates, crypto quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints share the same $0.02/request pricing model and x402 payment flow on Base.
Documentation is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no example request/response payloads, and no description of the stock data fields returned. The endpoint is confirmed live (returns a proper 402 challenge), but the actual response format and data coverage must be discovered empirically.
Capabilities
Use cases
- —Fetching current or recent stock data for EOG Resources without managing API keys or subscriptions
- —Integrating stock lookups into autonomous agents that can settle payments on Base via x402
- —Building financial dashboards that pay per data request using USDC
Fit
Best for
- —Agents or bots that need on-demand stock data with crypto-native payment
- —Developers who want zero-commitment, pay-as-you-go stock data access
- —x402-compatible clients already operating on the Base network
Not for
- —Bulk historical stock data downloads (per-call pricing would be expensive at scale)
- —Users who need comprehensive documentation or guaranteed SLAs before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/EOG \
-H "X-PAYMENT: <x402_payment_proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is confirmed live with a valid 402 challenge and clear pricing, but there is no documentation, no OpenAPI schema, no example request/response payloads, and no description of what stock data fields are returned. Effectively a stub listing.
Warnings
- —No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no content
- —No OpenAPI or schema describing request parameters or response fields
- —Response format and data coverage for /api/v1/stocks/EOG are entirely unknown
- —The specific stock endpoint (/stocks/EOG) is not listed on the provider's homepage catalog, raising questions about its official support
Citations
- —Endpoint returns a 402 challenge with x402Version 1, accepting USDC on Base networkhttps://lowpaymentfee.com/api/v1/stocks/EOG
- —maxAmountRequired is 20000 base units of USDC (6 decimals) = $0.02 per requesthttps://lowpaymentfee.com/api/v1/stocks/EOG
- —Provider advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Docs, pricing, API, and README pages render only 'Connect wallet' with no additional contenthttps://lowpaymentfee.com/docs