Updated on 2026-08-14
This commit is contained in:
commit
714eb51ce5
34 changed files with 345 additions and 114 deletions
|
|
@ -8,6 +8,7 @@ import com.tangem.datasource.api.tangemTech.models.YieldSupplyMarketTokenDto
|
|||
import com.tangem.datasource.api.tangemTech.models.YieldTokenChartResponse
|
||||
import retrofit2.http.Body
|
||||
import retrofit2.http.GET
|
||||
import retrofit2.http.Header
|
||||
import retrofit2.http.POST
|
||||
import retrofit2.http.Path
|
||||
import retrofit2.http.Query
|
||||
|
|
@ -34,6 +35,7 @@ interface YieldSupplyApi {
|
|||
@POST("api/v1/module/activate")
|
||||
suspend fun activateYieldModule(
|
||||
@Body body: YieldSupplyChangeTokenStatusBody,
|
||||
@Header("userWalletId") userWalletId: String,
|
||||
): ApiResponse<YieldModuleStatusResponse>
|
||||
|
||||
@POST("api/v1/module/deactivate")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue