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

quote

@GET("coins/{id}?localization=false&tickers=false&market_data=true&community_data=false&developer_data=false&sparkline=false") abstract suspend fun quote(@Path("id") id: String): CoinGeckoQuote

Requests a CoinGeckoQuote for a CoinGecko cryptocurrency.

Parameters

id - The CoinGecko id of the cryptocurrency.

Return
The requested CoinGeckoQuote.