GET
/
v1
/
public
/
campaign
/
ranking
curl --request GET \
  --url https://api-evm.orderly.network/v1/public/campaign/ranking
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "meta": {
      "total": 9,
      "records_per_page": 25,
      "current_page": 1
    },
    "rows": [
      {
        "broker_id": "woofi_dex",
        "account_id": "account01.eth",
        "address": "0xaccount01",
        "volume": 800.12,
        "pnl": 800.12,
        "total_deposit_amount": 800.12,
        "total_withdrawal_amount": 800.12,
        "start_account_value": 800.12,
        "end_account_value": 800.12
      }
    ]
  }
}

Query Parameters

campaign_id
integer
required
broker_id
string
page
integer
size
integer
sort_by
string

volume/pnl

Response

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