Updated on 2026-08-14

This commit is contained in:
Tangem 2022-12-13 09:57:43 +03:00
commit 4a9b03d6f2

View file

@ -14,7 +14,7 @@ interface TangemTechApi {
@GET("coins")
suspend fun coins(
@Query("contractAddress") contractAddress: String? = null,
@Query("exchangeable") exchangeable: Boolean? = false,
@Query("exchangeable") exchangeable: Boolean? = null,
@Query("networkIds") networkIds: String? = null,
@Query("active") active: Boolean? = null,
@Query("searchText") searchText: String? = null,