Updated on 2026-08-14
This commit is contained in:
parent
d3cb89b1a1
commit
a94db85dfd
7 changed files with 65 additions and 13 deletions
|
|
@ -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",
|
||||
)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue