x402basequality 0.35

Pay-per-call stock market quote for EOG Resources via x402 on Base (USDC).

Price
0.02 USDC / call
Protocol
x402
Verified
no

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

stock-quotemarket-datax402-paymentusdc-settlementbase-networkpay-per-callno-api-key

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

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

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

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 20:45:26Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access