SearchImp..::..GetSearchAsync Method
Search for coins, categories and markets listed on CoinGecko ordered by largest Market Cap first.
Namespace:
CoinGeckoAPI.ImpsAssembly: CoinGeckoAPI (in CoinGeckoAPI.dll)
Syntax
public Task<SearchResponse> GetSearchAsync( string query )
Public Function GetSearchAsync ( _ query As String _ ) As Task(Of SearchResponse)
Parameters
- query
- Type: String
The search query string.
Return Value
A Task<SearchResponse> representing the asynchronous operation.Exceptions
Exception | Condition |
---|---|
ArgumentNullException | query - Invalid value. Value must be a valid search term. |