Pay-per-call stock market quote for EOG Resources via x402 on Base (USDC).
What it does
This endpoint at lowpaymentfee.com provides a market quote for EOG Resources (ticker: EOG) via the x402 payment protocol. It is one of many endpoints offered by the lowpaymentfee.com platform, which covers data & analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per request with no API keys, no rate limits, and no commitments.
The specific endpoint `/api/v1/market/quote/EOG` accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The x402 challenge advertises a maxAmountRequired of 20000 base units, which at 6 decimals for USDC equals $0.02 per call — consistent with the site's published pricing.
Documentation on the site is extremely thin: the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what fields the quote response contains. The endpoint is confirmed live (returns a proper 402 challenge), but the lack of documentation means consumers must discover the response shape empirically.
Capabilities
Use cases
- —Fetching a real-time or recent market quote for EOG Resources (NYSE: EOG)
- —Integrating pay-per-call stock data into an AI agent workflow without managing API keys
- —Building a crypto-native trading dashboard that pulls equity quotes settled via USDC on Base
Fit
Best for
- —Agents or apps that need on-demand equity quotes without subscription commitments
- —Developers who prefer crypto-native micropayment access over traditional API key management
- —Low-volume or bursty use cases where $0.02/request is cost-effective
Not for
- —High-frequency trading requiring sub-millisecond latency and bulk data feeds
- —Users who need comprehensive historical OHLCV data or full market depth
- —Anyone requiring detailed API documentation or guaranteed SLAs before integration
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/market/quote/EOG \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is confirmed live with a valid x402 402 challenge and consistent pricing ($0.02/call). However, there is no OpenAPI schema, no request/response examples, and all documentation pages are empty stubs showing only 'Connect wallet'. The actual response format for the market quote is unknown.
Warnings
- —No API documentation available — docs, pricing, API, and README pages all show only 'Connect wallet'
- —No OpenAPI or output schema provided; response structure for the quote endpoint is unknown
- —The endpoint path suggests a single-ticker quote (EOG); it is unclear whether other tickers are supported at similar paths
- —No SLA, uptime, or data-source provenance information available
Citations
- —The site lists all endpoints at $0.02 per request with no API keys, no rate limits, and instant access on the Base network.https://lowpaymentfee.com
- —The x402 challenge shows maxAmountRequired of 20000 base units of USDC (6 decimals) on Base, equaling $0.02.https://lowpaymentfee.com/api/v1/market/quote/EOG
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.https://lowpaymentfee.com/api/v1/market/quote/EOG