Updated on 2026-08-14
This commit is contained in:
parent
7afe315119
commit
544a53a5c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue