For the complete documentation index, see llms.txt. This page is also available as Markdown.

Fetch fCash Market Balances

Get fCash Market balances

This query can be used to fetch fCash market total balances and a fCash markets total debt outstanding:

{
  fCashMarkets{
    snapshots(first: 1, orderBy: timestamp, orderDirection:desc){
    market{id}
    totalPrimeCash
    totalfCash
    totalPrimeCashInUnderlying
    totalfCashPresentValue
    totalfCashDebtOutstanding
    totalfCashDebtOutstandingPresentValue
    }
  }
}

Last updated