Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-10 10:51:33 +04:00
parent 7135ce83fa
commit 772272285a
5 changed files with 79 additions and 80 deletions

View file

@ -160,6 +160,7 @@ interface TangemTechApi {
@GET("/v1/wallets/{walletId}/accounts/archived")
suspend fun getWalletArchivedAccounts(
@Path("walletId") walletId: String,
@Header("If-None-Match") eTag: String? = null,
): ApiResponse<GetWalletArchivedAccountsResponse>
// endregion
}