Updated on 2026-08-14
This commit is contained in:
parent
27921d8c3a
commit
8ba59403f4
20 changed files with 463 additions and 97 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue