x402basequality 0.35

Pay-per-call stock price lookup for META via x402 on Base (USDC).

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current stock price for META (Facebook/Meta Platforms) via a simple POST request, settled through the x402 payment protocol on the Base network using USDC. Each call costs $0.02 (20,000 base units of USDC with 6 decimals). No API keys or accounts are required — payment is handled inline via the X-PAYMENT header.

The endpoint is part of a broader suite of APIs offered at lowpaymentfee.com, which spans data analytics, AI/ML inference, finance, crypto, and utility services — all priced uniformly at $0.02 per request. The stock price endpoint specifically lives under the finance category and returns JSON. The x402 challenge confirms the endpoint is live, discoverable, and accepts POST requests.

Documentation beyond the landing page is extremely thin — 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 example request/response payloads, and no description of the response schema. The actual data source for stock prices is not disclosed.

Capabilities

stock-price-lookupx402-paymentusdc-settlementbase-networkpay-per-callno-api-keyjson-response

Use cases

  • Fetching the current META stock price from an AI agent workflow without needing API keys
  • Integrating a low-cost, pay-per-call stock price check into a trading bot
  • Programmatic portfolio monitoring that pays per request with USDC on Base

Fit

Best for

  • Agents or bots needing on-demand stock prices without subscription commitments
  • Developers who want to pay per call with crypto (USDC on Base)
  • Low-volume or sporadic stock price lookups where $0.02/call is cost-effective

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data
  • Users who need historical OHLCV data, charts, or multi-ticker batch queries
  • Anyone without a Base-compatible USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge confirms the endpoint is live and pricing is clear ($0.02/call in USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and all documentation pages beyond the landing page are empty. The actual data source and response format are unknown.

Warnings

  • No OpenAPI or schema documentation available — response format is entirely unknown
  • All doc/pricing/README pages render only 'Connect wallet' with no content
  • Data source for stock prices is undisclosed; accuracy and freshness are unverifiable
  • Only META ticker path was probed; unclear if other tickers are supported

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 21:02:51Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access