Multi-asset symbol search
GET /v1/market/search — Fuzzy-match ticker symbols + names across crypto, stocks, ETFs, commodities, forex, and indices. Powers the typeahead on
GET /v1/market/search
Fuzzy-match ticker symbols + names across crypto, stocks, ETFs, commodities, forex, and indices. Powers the typeahead on the web UI's /markets page. Source chain: Minara token + stock search first; Yahoo Finance fills commodities, forex, indices, and long-tail equities. Pass ?source=minara or ?source=yahoo to fan one tier out independently for progressive UX rendering — the default source=all waits for both and returns the merged set.
| Method | GET |
| Path | /v1/market/search |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | market |
Response body
{ "results": [{ "symbol": "BTC", "name": "Bitcoin", "category": "crypto", "exchange": "Binance", "logoUrl": "https://...", "source": "minara" }] }