GET
/
v1
/
public
/
trading_rewards
/
broker_allocation_history
curl --request GET \
  --url https://api-evm.orderly.org/v1/public/trading_rewards/broker_allocation_history
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "rows": [
      {
        "epoch_id": 2,
        "rewards": [
          {
            "broker_id": "woofi_pro",
            "epoch_token": "ORDER",
            "pct_allocation": 0.2,
            "rewards_allocation": 100
          }
        ]
      }
    ]
  }
}

Response

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