Track MORPHO Rewards
Learn how to track $MORPHO rewards accrued on Morpho, off-chain via the REST API.
$MORPHO rewards are accrued by every user of the Morpho protocol and distributed through ages & epochs. Read more abous ages & epochs here.
Anyone can, at anytime, query Morpho's API to get information about the $MORPHO rewards accrued with a position on Morpho-Compound and Morpho-Aave V2. Here are concrete examples 👇
The API will return the amount of $MORPHO tokens accrued, including an estimation of the $MORPHO rewards accrued through the current epoch's distribution
Result
Return value | Description |
---|---|
| The amount of $MORPHO tokens the user would accrued through the current epoch, if the state of the Morpho protocol was to be unchanged. |
| The amount of $MORPHO tokens the user has already accrued through the current epoch. |
| The amount of $MORPHO tokens the user has claimed until now. |
| The amount of $MORPHO tokens the user will soon be able to claim. Only used between the end of an epoch and the start of the next epoch. |
| The amount of $MORPHO tokens already claimable by the user through the RewardsDistributor. |
| The total amount of $MORPHO tokens accrued by the user, claimed or not. This should always equal |
Last updated