Skip to main content

RewardEntry

A reward program associated with a lending market.

assetstring

Reward token address

depositRatenumber

Reward APR on deposits

variableBorrowRatenumber

Reward APR on variable borrows

stableBorrowRatenumber

Reward APR on stable borrows

RewardEntry
{
"asset": "string",
"depositRate": 0,
"variableBorrowRate": 0,
"stableBorrowRate": 0
}