pub async fn get_cryptocurrencies(
configuration: &Configuration,
params: GetCryptocurrenciesParams,
) -> Result<GetCryptocurrencies200Response, Error<GetCryptocurrenciesError>>Expand description
The cryptocurrencies endpoint provides a daily updated list of all available cryptos. It returns an array containing detailed information about each cryptocurrency, including its symbol, name, and other relevant identifiers. This endpoint is useful for retrieving a comprehensive catalog of cryptocurrencies for applications that require up-to-date market listings or need to display available crypto assets to users.