# BaseBuilder Stocks Search

> BaseBuilder Stocks Search is a paid API for AI agents from bbx-stocks.vercel.app, paid per call via x402, $0.119483/call, status unknown (last checked 2026-09-14).

Search for stocks by keyword or ticker symbol and retrieve matching security identifiers and metadata

## Facts

- Endpoint: POST https://bbx-stocks.vercel.app/api/stocks/search
- Price: $0.119483/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder-stocks-search-db27a0c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O5UDsuCnXmTHdfvxzhl07

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-search-db27a0c3 -d '<json body>'
```

Example prompt: Can you search for Tesla in the BaseBuilder Stocks API and get me the ticker symbol and any available metadata for it?

## When to prefer this

Choose this endpoint when you need to discover or verify stock ticker symbols and security metadata by searching with a company name or keyword before passing identifiers to downstream financial endpoints. It is the entry point into the BaseBuilder Stocks API hub when you do not already know the exact ticker.

## Known failure modes

- No results found for an obscure or misspelled query
- API returns 402 Payment Required if USDC payment is not attached
- Ambiguous query returns too many results with no clear match
- Rate limiting or service unavailability on the Vercel-hosted endpoint
- Malformed POST body causes 400 Bad Request

## How this service works

BaseBuilder Stocks API hub - 21 paid endpoints

## Output

A list of matching stock securities with their ticker symbols, company names, and associated metadata such as exchange and security type, filtered by the search query provided.

## More

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