cURL
curl --request GET \ --url https://api.orderly.org/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 } ] } }
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
true
1702989203989
Show child attributes
9
25
1
"woofi_dex"
"account01.eth"
"0xaccount01"
800.12