@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.
id
- The CoinGecko id of the cryptocurrency.
Return
The requested CoinGeckoQuote.