cURL
curl --request GET \ --url https://api.orderly.org/v1/public/market_making_rewards/group_rewards_history
{ "success": true, "timestamp": 1702989203989, "data": { "group_lifetime_mm_rewards_order": 3378176.44849794, "group_lifetime_mm_rewards_escrow": 0, "rows": [ { "epoch_id": 2, "epoch_avg_staked": 0, "max_reward_amount": 200000, "epoch_token": "ORDER", "reward_status": "PENDING", "total_reward": 10 } ] } }
Limit: 10 requests per 1 second per IP address
Return each epoch from Epoch 1 to last completed epoch.
GET /v1/public/market_making_rewards/group_rewards_history
OK
true
1702989203989
Show child attributes
Sum of all confirmed $ORDER market making rewards on the wallet group level
3378176.44849794
Sum of all confirmed es$ORDER market making rewards on the wallet group level
0
2
The epoch average staked balance used to calculate market making rewards for this wallet group
The maximum rewards distributable in this epoch
200000
Type of reward distributed for this epoch ($ORDER or es$ORDER)
"ORDER"
Pending
Confirmed
"PENDING"
The amount of rewards distributed to this wallet group in this epoch
Note: This value can be updated when reward_status == pending
10