Historical MOR Rewards Locked
This Endpoints contains MOR Rewards locked over time per pool
GET
/historical_mor_rewards_locked
This endpoints fetches and shows the daily current rewards locked for both pools along with the total combined.
Response Structure:
{
25/07/2024: {
daily_current_rewards_locked: 0,
total: 11440.2706,
capital: 11440.2706,
code: 0,
pool_0_daily: 11440.270700000001,
pool_1_daily: 0
},
26/07/2024: {
daily_current_rewards_locked: 0,
total: 23553.7004,
capital: 23553.7004,
code: 0,
pool_0_daily: 12113.4297,
pool_1_daily: 0
},
27/07/2024: {
daily_current_rewards_locked: 0,
total: 25623.3741,
capital: 25623.3741,
code: 0,
pool_0_daily: 2069.6736,
pool_1_daily: 0
}
}