GET
/
v1
/
public
/
campaigns
curl --request GET \
  --url https://api-evm.orderly.network/v1/public/campaigns
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "meta": {
      "total": 9,
      "records_per_page": 25,
      "current_page": 1
    },
    "rows": [
      {
        "id": 1,
        "name": "campaign_20230806",
        "start_time": 1575014255089,
        "end_time": 1585014255089
      }
    ]
  }
}

Query Parameters

start_t
integer
end_t
integer
only_show_alive
string

Response

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