SearchImp..::..GetSearchTrendingAsync Method

Get trending search coins (Top-7) on CoinGecko in the last 24 hours.

Top-7 trending coins on CoinGecko as searched by users in the last 24 hours (Ordered by most popular first).

Namespace:  CoinGeckoAPI.Imps
Assembly:  CoinGeckoAPI (in CoinGeckoAPI.dll)

Syntax


public Task<SearchTrendingResponse> GetSearchTrendingAsync()
Public Function GetSearchTrendingAsync As Task(Of SearchTrendingResponse)

Return Value

A Task<SearchTrendingResponse> representing the asynchronous operation.