cURL
curl --request GET \ --url https://api.orderly.org/v1/public/trading_rewards/current_epoch_estimate
{ "success": true, "timestamp": 1702989203989, "data": { "est_trading_volume": 120, "est_avg_stake": 55, "est_stake_boost": 2.228807384, "est_r_wallet": 17.4236779074, "rows": [ { "broker_id": "woofi_pro", "est_r_account": 13.4236779074 } ] } }
Limit: 10 requests per 1 second per IP address
Get user’s estimated trading rewards during the current epoch
GET /v1/public/trading_rewards/current_epoch_estimate
OK
The response is of type object.
object