Updated on 2026-08-14

This commit is contained in:
Tangem 2022-12-12 21:21:04 +03:00
parent 7afe315119
commit 544a53a5c9

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,