Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-16 22:34:07 +03:00
parent d3cb89b1a1
commit a94db85dfd
7 changed files with 65 additions and 13 deletions

View file

@ -135,4 +135,13 @@ interface TangemTechApi {
@ReadTimeout(duration = 5, unit = TimeUnit.SECONDS)
@GET("networks/providers")
suspend fun getBlockchainProviders(): Map<String, List<ProviderModel>>
companion object {
val marketsQuoteFields = listOf(
"price",
"priceChange24h",
"priceChange1w",
"priceChange30d",
)
}
}