Updated on 2026-08-14
This commit is contained in:
parent
480bfdd412
commit
971c419623
3 changed files with 4 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue