Skip to main content

Response

  • Status 200: Success
FieldTypeDescription
”total_borrowed”decimal stringTotal amount currently borrowed from the pool
”total_borrowable”decimal stringTotal amount available to borrow
”utilization”decimal stringPool utilization ratio (borrowed / total)
“borrow_rate_apr”decimal stringCurrent annualized borrow rate
”borrow_rate_apy”decimal stringCurrent compounded annual borrow rate
”lend_rate_apr”decimal stringCurrent annualized lending rate
”lend_rate_apy”decimal stringCurrent compounded annual lending rate
”utilization_max”decimal stringMaximum utilization cap for the pool
”auto_lender_entry_threshold”decimal stringMinimum balance threshold to be included in auto-lending
”last_interest_accrual_at”integer or nullTimestamp of last interest accrual (ms). null if never accrued
”last_interest_payout_at”integer or nullTimestamp of last interest payout (ms). null if never paid out
”updated_at”integerTimestamp of last update (ms)
  • Status 500: Internal server error

Code Example (Python)