File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # trails-api v1 882f47b54785b948cf6982e36a36bebba6ee5baa
1+ # trails-api v1 0517f00cb9576abe647fd27182885ba1d87c4d3f
22# --
33# Code generated by webrpc-gen@v0.31.3 with openapi generator; DO NOT EDIT
44#
@@ -2067,6 +2067,61 @@ components:
20672067 type : boolean
20682068 featureIndex :
20692069 type : number
2070+ EarnPool :
2071+ type : object
2072+ required :
2073+ - id
2074+ - name
2075+ - protocol
2076+ - chainId
2077+ - apy
2078+ - tvl
2079+ - token
2080+ - depositAddress
2081+ - isActive
2082+ properties :
2083+ id :
2084+ type : string
2085+ name :
2086+ type : string
2087+ protocol :
2088+ type : string
2089+ chainId :
2090+ type : number
2091+ apy :
2092+ type : number
2093+ tvl :
2094+ type : number
2095+ token :
2096+ $ref : ' #/components/schemas/PoolTokenInfo'
2097+ depositAddress :
2098+ type : string
2099+ isActive :
2100+ type : boolean
2101+ poolUrl :
2102+ type : string
2103+ protocolUrl :
2104+ type : string
2105+ wrappedTokenGatewayAddress :
2106+ type : string
2107+ PoolTokenInfo :
2108+ type : object
2109+ required :
2110+ - symbol
2111+ - name
2112+ - address
2113+ - decimals
2114+ properties :
2115+ symbol :
2116+ type : string
2117+ name :
2118+ type : string
2119+ address :
2120+ type : string
2121+ decimals :
2122+ type : number
2123+ logoUrl :
2124+ type : string
20702125 MeldQuote :
20712126 type : object
20722127 required :
@@ -2472,6 +2527,39 @@ components:
24722527 description : ' []TokenInfo'
24732528 items :
24742529 $ref : ' #/components/schemas/TokenInfo'
2530+ GetEarnPoolsRequest :
2531+ type : object
2532+ properties :
2533+ chainIds :
2534+ type : array
2535+ description : ' []uint64'
2536+ items :
2537+ type : number
2538+ protocols :
2539+ type : array
2540+ description : ' []string'
2541+ items :
2542+ type : string
2543+ minTvl :
2544+ type : number
2545+ maxApy :
2546+ type : number
2547+ GetEarnPoolsResponse :
2548+ type : object
2549+ required :
2550+ - pools
2551+ - timestamp
2552+ - cached
2553+ properties :
2554+ pools :
2555+ type : array
2556+ description : ' []EarnPool'
2557+ items :
2558+ $ref : ' #/components/schemas/EarnPool'
2559+ timestamp :
2560+ type : string
2561+ cached :
2562+ type : boolean
24752563 Page :
24762564 type : object
24772565 properties :
You can’t perform that action at this time.
0 commit comments