Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-07 21:21:36 +05:00
parent 480bfdd412
commit 971c419623
3 changed files with 4 additions and 3 deletions

View file

@ -15,7 +15,7 @@ import retrofit2.http.Query
interface YieldSupplyApi {
@GET("api/v1/yield/markets")
suspend fun getYieldMarkets(@Query("chainId") chainId: Int? = null): ApiResponse<YieldMarketsResponse>
suspend fun getYieldMarkets(@Query("chainId") chainId: String? = null): ApiResponse<YieldMarketsResponse>
@GET("api/v1/yield/token/{chainId}/{tokenAddress}")
suspend fun getYieldTokenStatus(