Private User Data
Execution Report
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
Private User Data
Execution Report
{
"id": "clientID3",
"event": "subscribe",
"success": true,
"ts": 1609924478533
}
{
"topic":"executionreport",
"ts":1704679472455,
"data":{
"symbol":"PERP_MATIC_USDC",
"clientOrderId":"",
"orderId":292820969,
"type":"LIMIT",
"side":"BUY",
"quantity":7029.0,
"price":0.7699,
"tradeId":0,
"executedPrice":0.0,
"executedQuantity":0.0,
"fee":0.0,
"feeAsset":"USDC",
"totalExecutedQuantity":0.0,
"avgExecutedPrice":0,
"status":"NEW",
"reason":"",
"totalFee":0.0,
"visibleQuantity":7029.0,
"timestamp":1704679472448,
"maker":false,
"match_id":"1707119522287540609",
"seq":1730181536341943600
}
}
Push interval: real-time push
{
"id": "clientID3",
"topic": "executionreport",
"event": "subscribe"
}
Parameters
Name | Type | Required | Description |
---|---|---|---|
id | string | Y | id generate by client |
event | string | Y | subscribe /unsubscribe |
topic | string | Y | executionreport |
{
"id": "clientID3",
"event": "subscribe",
"success": true,
"ts": 1609924478533
}
{
"topic":"executionreport",
"ts":1704679472455,
"data":{
"symbol":"PERP_MATIC_USDC",
"clientOrderId":"",
"orderId":292820969,
"type":"LIMIT",
"side":"BUY",
"quantity":7029.0,
"price":0.7699,
"tradeId":0,
"executedPrice":0.0,
"executedQuantity":0.0,
"fee":0.0,
"feeAsset":"USDC",
"totalExecutedQuantity":0.0,
"avgExecutedPrice":0,
"status":"NEW",
"reason":"",
"totalFee":0.0,
"visibleQuantity":7029.0,
"timestamp":1704679472448,
"maker":false,
"match_id":"1707119522287540609",
"seq":1730181536341943600
}
}
{
"id": "clientID3",
"event": "subscribe",
"success": true,
"ts": 1609924478533
}
{
"topic":"executionreport",
"ts":1704679472455,
"data":{
"symbol":"PERP_MATIC_USDC",
"clientOrderId":"",
"orderId":292820969,
"type":"LIMIT",
"side":"BUY",
"quantity":7029.0,
"price":0.7699,
"tradeId":0,
"executedPrice":0.0,
"executedQuantity":0.0,
"fee":0.0,
"feeAsset":"USDC",
"totalExecutedQuantity":0.0,
"avgExecutedPrice":0,
"status":"NEW",
"reason":"",
"totalFee":0.0,
"visibleQuantity":7029.0,
"timestamp":1704679472448,
"maker":false,
"match_id":"1707119522287540609",
"seq":1730181536341943600
}
}