Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-19 15:15:33 +05:00
parent e0c101f15f
commit e5e2f4a1e7
13 changed files with 143 additions and 0 deletions

View file

@ -28,6 +28,7 @@ interface TangemTechApi {
suspend fun getCoins(
@Header("Cache-Control") cacheControl: String = "max-age=600",
@Query("contractAddress") contractAddress: String? = null,
@Query("contractAddresses") contractAddresses: String? = null,
@Query("exchangeable") exchangeable: Boolean? = null,
@Query("networkIds") networkIds: String? = null,
@Query("networkId") networkId: String? = null,