Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-27 14:03:04 +04:00
parent d48ba8a8bd
commit 3d5a8a55ed
20 changed files with 899 additions and 134 deletions

View file

@ -154,7 +154,8 @@ interface TangemTechApi {
suspend fun saveWalletAccounts(
@Path("walletId") walletId: String,
@Header("If-Match") ifMatch: String,
): ApiResponse<SaveWalletAccountsResponse>
@Body body: SaveWalletAccountsResponse,
): ApiResponse<Unit>
@GET("/v1/wallets/{walletId}/accounts/archived")
suspend fun getWalletArchivedAccounts(