GET
/
v1
/
public
/
points
/
epoch_dates
curl --request GET \
  --url https://api-evm.orderly.network/v1/public/points/epoch_dates
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "rows": [
      {
        "epoch_start_date": 1708905600000,
        "epoch_id": 1,
        "epoch_end_date": 1708992000000
      }
    ]
  }
}

Response

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