GET
/
v1
/
public
/
trading_rewards
/
current_epoch_estimate
curl --request GET \
  --url https://api-evm.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
      }
    ]
  }
}

Query Parameters

address
string
required

Response

200 - application/json
OK
success
boolean
required
timestamp
integer
data
object