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

# Trending Search List

`GET /search/trending`

To query trending search coins, NFTs and categories on CoinGecko in the last 24 hours

## Query parameters

- `show_max` string

## Response `200`

Trending search coins, NFTs and categories

- TrendingSearch
  - `coins` object[], required
    - `item` object, required
      - `id` string, required — Coin ID
      - `coin_id` integer, required — Coin internal ID
      - `name` string, required — Coin name
      - `symbol` string, required — Coin symbol
      - `market_cap_rank` integer, required — Coin market cap rank
      - `thumb` string, required — Coin thumb image URL
      - `small` string, required — Coin small image URL
      - `large` string, required — Coin large image URL
      - `slug` string, required — Coin web slug
      - `price_btc` number, required — Coin price in BTC
      - `score` integer, required — Coin trending rank (0-based)
      - `data` object, required
        - `price` number, required — Coin price in USD
        - `price_btc` string, required — Coin price in BTC
        - `price_change_percentage_24h` object, required — Coin price change percentage in 24 hours by currency
        - `market_cap` string, required — Coin market cap in USD
        - `market_cap_btc` string, required — Coin market cap in BTC
        - `total_volume` string, required — Coin total volume in USD
        - `total_volume_btc` string, required — Coin total volume in BTC
        - `sparkline` string, required — Coin sparkline image URL
        - `content` object, nullable, required
          - `title` string
          - `description` string
  - `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
    - `nft_contract_id` integer, required — NFT contract internal ID
    - `native_currency_symbol` string, required — NFT collection native currency symbol
    - `floor_price_in_native_currency` number, required — NFT collection floor price in native currency
    - `floor_price_24h_percentage_change` number, required — NFT collection floor price 24 hours percentage change
    - `data` object, required
      - `floor_price` string, required — NFT collection floor price
      - `floor_price_in_usd_24h_percentage_change` string, required — NFT collection floor price in USD 24 hours percentage change
      - `h24_volume` string, required — NFT collection volume in 24 hours
      - `h24_average_sale_price` string, required — NFT collection 24 hours average sale price
      - `sparkline` string, required — NFT collection sparkline image URL
      - `content` object, nullable, required
        - `title` string
        - `description` string
  - `categories` object[], required
    - `id` integer, required — Category ID
    - `name` string, required — Category name
    - `top_3_coins_images` string[], required — Top 3 coins image URLs in the category
    - `market_cap_1h_change` number, required — Category market cap 1 hour change
    - `slug` string, required — Category web slug
    - `coins_count` string, required — Number of coins in the category
    - `data` object, required
      - `market_cap` number, required — Category market cap
      - `market_cap_btc` number, required — Category market cap in BTC
      - `total_volume` number, required — Category total volume
      - `total_volume_btc` number, required — Category total volume in BTC
      - `market_cap_change_percentage_24h` object, required — Category market cap change percentage in 24 hours by currency
      - `sparkline` string, required — Category sparkline image URL

---

[API](https://skmtc.net/coingecko/apis/coingecko-demo-api.md) · [All operations](https://skmtc.net/coingecko/apis/coingecko-demo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coingecko/coingecko-demo-api/versions/d62c9c579f3a/schema)
