Fetch Historical Prime Cash & Prime Debt Exchange Rates
Get Prime Cash to Underlying exchange rates
{
primeCashMarkets{
snapshots(orderBy: timestamp, orderDirection:desc){
market{
id
}
timestamp
underlyingScalar
supplyScalar
}
}
}Get Prime Debt to Underlying exchange rates
{
primeCashMarkets{
snapshots(orderBy: timestamp, orderDirection:desc){
market{
id
}
timestamp
underlyingScalar
debtScalar
}
}
}Last updated