Updated on 2026-08-14
This commit is contained in:
parent
268b74cb0e
commit
704315ddaf
18 changed files with 169 additions and 103 deletions
|
|
@ -8,6 +8,7 @@ import kotlinx.coroutines.Dispatchers
|
|||
import kotlinx.coroutines.withContext
|
||||
import java.math.BigDecimal
|
||||
|
||||
//TODO: refactoring: move to the domain module and aggregate it as the alternative service for TangemTech
|
||||
class CoinMarketCapService() {
|
||||
private val api: CoinMarketCapApi by lazy { CoinMarketCapApi.create(getApiKey()) }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue