Fetch current fCash and Prime Cash Rates

Get current Prime Cash lending rates

This query can be used to get current Prime Cash variable lending rates:

{
  oracles(where:{oracleType: "PrimeCashSpotInterestRate"}){
    base{symbol}
    latestRate
  }
}

Get current Prime Cash borrowing rates

This query can be used to get current Prime Cash variable borrowing rates:

{
  oracles(where:{oracleType: "PrimeDebtSpotInterestRate"}){
    base{symbol}
    latestRate
  }
}

Get current fCash rates

This query can be used to get current fCash fixed last implied rates:

Last updated