Trading Campaigns
Get Campaign User Info
Partner Support
User Flows
General API
- Builder Info
- System Info
- USDC Faucet
User API
- Registration
- Key Management
- Account/User Info
- Account Notifications
- Account Config
- Delegate Signer
Trading API
- Order Management
- Liquidations
- Assets/Withdraw/Settle PnL
- Positions
- Funding
Rewards API
- Trading Rewards
- Market Making Rewards
Staking & Valor API
- Staking
- Valor
Builder API
- User Data
- Trading Campaigns
- Fee Setting
- Referral Program
Market Data API
- TradingView
- Funding Rates
- Market Info
Websocket API
- Introduction
- PING/PONG
- Authentication
- Error Response
- Public Market Data
- Private User Data
Trading Campaigns
Get Campaign User Info
Limit: 10 requests per 1 second per IP address
GET /v1/public/campaign/user
GET
/
v1
/
public
/
campaign
/
user
curl --request GET \
--url https://api-evm.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
}
}
Query Parameters
Response
200 - application/json
OK
curl --request GET \
--url https://api-evm.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
}
}