GET
/
v1
/
broker
/
leaderboard
/
daily
curl --request GET \
  --url https://api.orderly.org/v1/broker/leaderboard/daily
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "snapshot_time": 1702989203989,
    "rows": [
      {
        "account_id": "0x58220761ade872c94f85e62f1b24a74eec792aaa3677b6201071fd05c1698e89",
        "perp_volume": 451580.9523,
        "perp_maker_volume": 123.456,
        "perp_taker_volum": 123.456,
        "address": "0x0000000000",
        "realized_pnl": 111
      }
    ],
    "meta": {
      "records_per_page": 25,
      "current_page": 1,
      "total": 50
    }
  }
}

Query Parameters

start_date
string
required

Format YYYY-MM-DD

end_date
string
required

Format YYYY-MM-DD

page
number
size
number
order_tag
string
broker_id
string

if the broker_id is empty, return all users

sort
string

Allow sort by

ascending_realized_pnl descending_realized_pnl ascending_perp_volume descending_perp_volume

Response

200 - application/json
OK
success
boolean
required
Example:

true

data
object
required
timestamp
integer
Example:

1702989203989