Updated on 2026-08-14
This commit is contained in:
parent
7d2fc1d6ee
commit
cfae358cd5
2 changed files with 8 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ interface TangemTechApi {
|
|||
@GET("coins")
|
||||
suspend fun coins(
|
||||
@Query("contractAddress") contractAddress: String? = null,
|
||||
@Query("networkId") networkId: String? = null,
|
||||
@Query("networkIds") networkId: String? = null,
|
||||
@Query("active") active: Boolean? = null,
|
||||
): CoinsResponse
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue