---
title: "Search Queries"
method: GET
path: "/search"
---

# Search Queries

`GET /search`

To search for coins, categories and markets listed on CoinGecko

## Query parameters

- `query` string, required

## Response `200`

Search results

- Search
  - `coins` object[], required
    - `id` string, required — Coin ID
    - `name` string, required — Coin name
    - `api_symbol` string, required — Coin API symbol
    - `symbol` string, required — Coin symbol
    - `market_cap_rank` integer, nullable, required — Coin market cap rank
    - `thumb` string, required — Coin thumb image URL
    - `large` string, required — Coin large image URL
  - `exchanges` object[], required
    - `id` string, required — Exchange ID
    - `name` string, required — Exchange name
    - `market_type` string, required — Exchange market type
    - `thumb` string, required — Exchange thumb image URL
    - `large` string, required — Exchange large image URL
  - `icos` object[], required
  - `categories` object[], required
    - `id` string, required — Category ID
    - `name` string, required — Category name
  - `nfts` object[], required
    - `id` string, required — NFT collection ID
    - `name` string, required — NFT collection name
    - `symbol` string, required — NFT collection symbol
    - `thumb` string, required — NFT collection thumb image URL

## Changes

- **2026-05-28** `11cc9e00fd86` — 2 breaking, 24 info
  - the response property `coins/items/market_cap_rank` became nullable for the status `200`
  - the `icos/items/` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - api tag `Search` removed
  - the response property `categories` became required for the status `200`
  - …22 more

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/search/get.md)

---

[API](https://skmtc.dev/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.dev/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/revisions/006c13c1a566/schema)
