---
title: "Market Search"
method: GET
path: "/api/assets/market/search"
tags: ["assets"]
---

# Market Search

`GET /api/assets/market/search`

Autocomplete ticker symbols for the Add-Asset form.

Intentionally thin — just proxies to the configured market-price
provider. Upstream errors turn into an empty list so the UI degrades
gracefully (a user typing a query shouldn't ever see a 500).

## Query parameters

- `q` string, required — Ticker or company name
- `limit` integer

## Response `200`

Successful Response

- MarketSymbolMatch[]
  - `symbol` string, required
  - `name` string, nullable
  - `exchange` string, nullable
  - `quote_type` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usesecuro/apis/securo.md) · [All operations](https://skmtc.dev/usesecuro/apis/securo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usesecuro/securo/revisions/1df3dfa0c028/schema)
