Vesper Finance · Example Payload

Getloanrates Response

DeFiYield AggregatorLiquidity PoolsAPYStakingVSP TokenEthereumPolygonAvalancheOptimism

Getloanrates Response is an example object payload from Vesper Finance, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

lendRates

Example Payload

Raw ↑
{
  "lendRates": [
    {
      "apy": 4.72,
      "apr": 4.62,
      "symbol": "DAI"
    },
    {
      "apy": 3.85,
      "apr": 3.78,
      "symbol": "USDC"
    },
    {
      "apy": 2.14,
      "apr": 2.12,
      "symbol": "WETH"
    },
    {
      "apy": 5.31,
      "apr": 5.17,
      "symbol": "WBTC"
    }
  ]
}