x402basequality 0.35

Pay-per-call crude oil (CL) stock/commodity data via x402 on Base for $0.02 USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides commodity or stock data for the ticker "CL" (typically WTI Crude Oil futures) behind an x402 paywall. Each request costs $0.02 in USDC on the Base network — no API keys, no subscriptions, and no rate limits. The endpoint accepts POST requests and returns JSON.

The provider, lowpaymentfee.com, hosts a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance/crypto market data, and utility services, all priced uniformly at $0.02 per request. The specific /api/v1/stocks/CL endpoint is not explicitly listed on the homepage catalog (which focuses on analytics, AI, finance, and utility categories), but follows the same x402 payment pattern and pricing confirmed by the 402 challenge. The x402 challenge specifies payment to address 0x1A2B…85F3 using USDC (contract 0x8335…2913) on Base, with a max amount of 20,000 base units (i.e., $0.02 given USDC's 6 decimals).

Documentation is extremely sparse — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema, and no example payloads available. The endpoint is live (returns a proper 402 challenge), but the exact request body format and response structure must be discovered experimentally.

Capabilities

commodity-datastock-datax402-paymentusdc-basepay-per-callno-api-keyjson-response

Use cases

  • Fetching current or recent crude oil (CL) price data programmatically
  • Building trading bots or dashboards that need on-demand commodity quotes
  • Agent-driven workflows that require pay-per-call financial data without subscription overhead

Fit

Best for

  • Developers needing quick, keyless access to CL commodity data
  • AI agents that can settle micropayments in USDC on Base
  • Low-volume or sporadic commodity data lookups where subscriptions are overkill

Not for

  • High-frequency trading requiring sub-millisecond latency and guaranteed SLAs
  • Users who need comprehensive historical time-series data (no evidence this is supported)
  • Anyone without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stocks/CL \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no documentation, no OpenAPI spec, no request/response schema, and no examples. The /stocks/CL path is not even listed on the provider's own homepage catalog. Effectively a stub listing.

Warnings

  • No documentation available — /docs, /pricing, /api, and /README all show only a wallet-connect prompt
  • No OpenAPI or schema provided; request body format and response structure are unknown
  • The /api/v1/stocks/CL endpoint is not listed in the provider's own homepage catalog, raising questions about its support status
  • Cannot confirm what data is actually returned (real-time quotes, historical data, etc.)

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 22:30:08Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-29

Agent access