cURL
curl --request GET \ --url https://api.orderly.org/v1/public/campaign/ranking
{ "success": true, "timestamp": 1702989203989, "data": { "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 } ] } }
Limit: 10 requests per 1 second per IP address
GET /v1/public/campaign/ranking
start from 1
volume/pnl
volume
pnl
Return only records where PnL is greater than or equal to this value.
Return only records where Volume is greater than or equal to this value.
OK
Indicates whether the request was successful.
true
Server timestamp in milliseconds.
1702989203989
Show child attributes