Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-06 07:35:28 +01:00
parent 27921d8c3a
commit 8ba59403f4
20 changed files with 463 additions and 97 deletions

View file

@ -207,7 +207,7 @@ interface TangemTechApi {
suspend fun transactionEvents(@Body name: TransactionEventBody): ApiResponse<Unit>
// region Earn
@GET("v1/earn/yield/markets")
@GET("v1/earn/markets")
suspend fun getEarnTokens(
@Query("isForEarn") isForEarn: Boolean?,
@Query("page") page: String? = null,