curl --request GET \
--url https://api.orderly.org/v1/public/campaign/user
{
"success": true,
"timestamp": 1702989203989,
"data": {
"volume": 1000.123,
"filled_order_count": 10,
"updated_time": 1688371971550,
"pnl": 800.12,
"total_deposit_amount": 800.12,
"total_withdrawal_amount": 800.12,
"start_account_value": 800.12,
"end_account_value": 800.12,
"new_invited_referee": 1,
"new_traded_referee": 10,
"total_staked_order": 111,
"total_staked_esorder": 111
}
}
Limit: 10 requests per 1 second per IP address
GET /v1/public/campaign/user
curl --request GET \
--url https://api.orderly.org/v1/public/campaign/user
{
"success": true,
"timestamp": 1702989203989,
"data": {
"volume": 1000.123,
"filled_order_count": 10,
"updated_time": 1688371971550,
"pnl": 800.12,
"total_deposit_amount": 800.12,
"total_withdrawal_amount": 800.12,
"start_account_value": 800.12,
"end_account_value": 800.12,
"new_invited_referee": 1,
"new_traded_referee": 10,
"total_staked_order": 111,
"total_staked_esorder": 111
}
}
OK
The response is of type object
.