Getting Market Information
Get stablecoin information
Query Parameters
Name
Type
Description
{
// Denom
// denom of the stablecoin money market
“stable_denom”: “uusd”,
// LiquidTerra
// liquidTerra is the currently available stablecoin pool size in money market.
“liquid_terra”: “100000”,
// ExchangeRate
// exchange rate between aTerra <> stablecoin (e.g. aUST <> UST)
“exchange_rate”: “1.0123”,
// LastUpdated
// Unix timestamp at which the last update to this response has been made
"last_updated": 1608710761,
// Current APY
// Yearly yield on anchor deposits
"current_apy": "0.19993179664890999"
// ##################################################
// # Below fields are borrower-related information. #
// ##################################################
// BorrowedTerra
// Sum of all borrowed liabilities in this money market
"borrowed_terra": "1000000",
// UtilizationRatio
// Ratio between borrowed deposit and total stablecoin deposit
"utilization_ratio": "0.5",
// BorrowInterest
// Interest rate per block
"borrow_interest": "0.000000005707763",
}Last updated
Was this helpful?