---
title: "Trending Search List"
method: GET
path: "/search/trending"
tags: ["Trending"]
---

# Trending Search List

`GET /search/trending`

This endpoint allows you **query trending search coins, NFTs and categories on CoinGecko in the last 24 hours**

## Query parameters

- `show_max` string

## Response `200`

List trending coins by most popular first

- TrendingSearch
  - `coins` object[]
    - `id` string — coin ID
    - `coin_id` number
    - `name` string — coin name
    - `symbol` string — coin symbol
    - `market_cap_rank` number — coin market cap rank
    - `thumb` string — coin thumb image url
    - `small` string — coin small image url
    - `large` string — coin large image url
    - `slug` string — coin web slug
    - `price_btc` number — coin price in btc
    - `score` number — coin sequence in the list
    - `data` object
      - `price` number — coin price in usd
      - `price_btc` string — coin price in btc
      - `price_change_percentage_24h` object — coin price change percentage in 24 hours
        - `btc` number
        - `usd` number
      - `market_cap` string — coin market cap in usd
      - `market_cap_btc` string — coin market cap in btc
      - `total_volume` string — coin total volume in usd
      - `total_volume_btc` string — coin total volume in btc
      - `sparkline` string — coin sparkline image url
      - `content` string
  - `nfts` object[]
    - `id` string — NFT collection ID
    - `name` string — NFT collection name
    - `symbol` string — NFT collection symbol
    - `thumb` string — NFT collection thumb image url
    - `nft_contract_id` number
    - `native_currency_symbol` string — NFT collection native currency symbol
    - `floor_price_in_native_currency` number — NFT collection floor price in native currency
    - `floor_price_24h_percentage_change` number — NFT collection floor price 24 hours percentage change
    - `data` object
      - `floor_price` string — NFT collection floor price
      - `floor_price_in_usd_24h_percentage_change` string — NFT collection floor price in usd 24 hours percentage change
      - `h24_volume` string — NFT collection volume in 24 hours
      - `h24_average_sale_price` string — NFT collection 24 hours average sale price
      - `sparkline` string — NFT collection sparkline image url
      - `content` string
  - `categories` object[]
    - `id` number
    - `name` string — category name
    - `market_cap_1h_change` number — category market cap 1 hour change
    - `slug` string — category web slug
    - `coins_count` number — category number of coins
    - `data` object
      - `market_cap` number — category market cap
      - `market_cap_btc` number — category market cap in btc
      - `total_volume` number — category total volume
      - `total_volume_btc` number — category total volume in btc
      - `market_cap_change_percentage_24h` object — category market cap change percentage in 24 hours
        - `btc` number
        - `usd` number
      - `sparkline` string — category sparkline image url

---

[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/0484eb6fcafa/schema)
