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
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
}
]
}
}
volume
/pnl
OK
The response is of type object
.