GET
/
v1
/
public
/
points
/
epoch
curl --request GET \
  --url https://api-evm.orderly.network/v1/public/points/epoch
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "current_total_epoch_points": 547,
    "current_epoch_points": 17,
    "current_epoch_id": 3,
    "total_traders": 200,
    "rows": [
      {
        "rank": 1,
        "epoch_id": 1,
        "total_points": 15000
      }
    ]
  }
}

Response

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