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