app / de.uniks.codliners.stock_simulator.network / CoinGeckoApi / symbols

symbols

@GET("coins/list") abstract suspend fun symbols(): List<CoinGeckoSymbol>

Requests all CoinGeckoSymbols.

Return
A List containing all CoinGeckoSymbols.