x402basequality 0.35

Real-time stock price data for VRTX via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current stock price for Vertex Pharmaceuticals (VRTX) through the lowpaymentfee.com platform. It uses the x402 payment protocol, settling in USDC on the Base network. Each request costs $0.02 (20,000 base units of USDC with 6 decimals). No API keys or accounts are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The provider, lowpaymentfee.com, hosts a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced at $0.02 per request. This specific endpoint is part of the finance category and follows a RESTful pattern: POST to `/api/v1/stocks/{ticker}/price`. The response MIME type is `application/json`.

Documentation beyond the landing page is sparse — 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 endpoint is confirmed live (returns a proper 402 challenge), but the exact shape of the successful response is unknown.

Capabilities

stock-price-lookupx402-paymentusdc-settlementbase-networkper-request-micropaymentno-api-keyreal-time-data

Use cases

  • Fetching the current stock price of VRTX (Vertex Pharmaceuticals) in an automated trading or research pipeline
  • Integrating real-time equity price checks into an AI agent workflow without managing API keys
  • Building a portfolio tracker that pays per query with no subscription commitment

Fit

Best for

  • Agents or bots that need on-demand stock prices without signup or API key management
  • Low-volume, pay-as-you-go equity price lookups
  • Developers experimenting with x402 payment-gated APIs

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data feeds
  • Historical stock price data or OHLCV candle retrieval (no evidence this endpoint supports it)
  • Users who need comprehensive financial data beyond a single ticker's current price

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02 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 listing is essentially a stub with only the x402 challenge and landing page to work from.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • All doc/pricing/README pages return only a 'Connect wallet' prompt with no content
  • No example responses available; the exact fields returned on successful payment are unverified
  • This endpoint appears to serve financial market data, which may be subject to data licensing and redistribution restrictions

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 20:18:06Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access