GET
/
v1
/
public
/
trading_rewards
/
current_epoch_broker_estimate
curl --request GET \
  --url https://api-evm.orderly.org/v1/public/trading_rewards/current_epoch_broker_estimate
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "rows": [
      {
        "broker_id": "woofi_pro",
        "est_pct_allocation": 0.2,
        "est_allocation": 8278.08333486
      }
    ]
  }
}

Response

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