GET
/
v1
/
public
/
trading_rewards
/
status
curl --request GET \
  --url https://api-evm.orderly.org/v1/public/trading_rewards/status
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "epoch_status": "Active",
    "current_epoch": 23,
    "last_completed_epoch": 22
  }
}

Response

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