# BaseBuilder Stocks Quote

> BaseBuilder Stocks Quote is a paid API for AI agents from bb-stocks.vercel.app, paid per call via x402, $0.093287/call, status unknown (last checked 2026-09-13).

Fetches a real-time stock quote for a given ticker symbol via the BaseBuilder Stocks API

## Facts

- Endpoint: POST https://bb-stocks.vercel.app/api/stocks/quote
- Price: $0.093287/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder-stocks-quote-24091ba9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Nbqk2fqNVxM0HjSWdvZ2M

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability basebuilder-stocks-quote-24091ba9 -d '<json body>'
```

Example prompt: What's the current stock quote for NVDA — give me the price, volume, and bid/ask spread right now?

## When to prefer this

Use this endpoint when you need a real-time or near-real-time stock quote for a specific equity ticker and are operating in a crypto-payment (x402/USDC) environment. Prefer this over alternatives when you need pay-per-call pricing with no subscription overhead.

## Known failure modes

- Invalid or unknown ticker symbol returns an error
- Market closed hours may return stale or no data
- Payment failure (402) if USDC not provided or insufficient
- Rate limiting if too many calls in a short window
- Ticker not covered by the API returns a not-found response

## How this service works

BaseBuilder Stocks API hub - 21 paid endpoints

## Output

Returns a real-time stock quote for the requested ticker, likely including current price, bid, ask, volume, and other standard market data fields.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebuilder-stocks-quote-24091ba9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bb-stocks.vercel.app](https://www.zero.xyz/host/bb-stocks.vercel.app/llms.txt)
