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
- Sub-account
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
Algo Execution Report
Copy
Ask AI
{
"id": "clientID3",
"event": "subscribe",
"success": true,
"ts": 1609924478533
}
Copy
Ask AI
{
"topic": "algoexecutionreport",
"ts": 1750997326998,
"data": [
{
"symbol": "PERP_NEAR_USDC",
"rootAlgoOrderId": 654400003,
"parentAlgoOrderId": 0,
"algoOrderId": 654400003,
"clientOrderId": "clientOrderId123",
"orderTag": "tag1",
"status": "FILLED",
"algoType": "STOP",
"side": "SELL",
"quantity": 3,
"triggerStatus": "SUCCESS",
"price": 1.25,
"type": "MARKET",
"triggerTradePrice": 1.3,
"triggerTime": 1750997326000,
"tradeId": 10001,
"executedPrice": 1.3,
"executedQuantity": 3,
"fee": 1.2,
"feeAsset": "USDC",
"totalExecutedQuantity": 3,
"averageExecutedPrice": 1.3,
"totalFee": 1.2,
"timestamp": 1750997326991,
"visibleQuantity": 3,
"reduceOnly": true,
"callbackRate": null,
"callbackValue": null,
"extremePrice": null,
"activatedPrice": null,
"triggered": true,
"activated": null,
"maker": true,
"isMaker": true,
"rootAlgoStatus": "FILLED",
"algoStatus": "FILLED",
"isActivated": true,
"triggerPrice": 1.25,
"triggerPriceType": "MARK_PRICE",
"createdTime": 1750997261728
}
]
}
Push interval: real-time push
Copy
Ask AI
{
"id": "clientID3",
"topic": "algoexecutionreport",
"event": "subscribe"
}
Parameters
Name | Type | Required | Description |
---|---|---|---|
id | string | Y | id generate by client |
event | string | Y | subscribe /unsubscribe |
topic | string | Y | algoexecutionreport |
Copy
Ask AI
{
"id": "clientID3",
"event": "subscribe",
"success": true,
"ts": 1609924478533
}
Copy
Ask AI
{
"topic": "algoexecutionreport",
"ts": 1750997326998,
"data": [
{
"symbol": "PERP_NEAR_USDC",
"rootAlgoOrderId": 654400003,
"parentAlgoOrderId": 0,
"algoOrderId": 654400003,
"clientOrderId": "clientOrderId123",
"orderTag": "tag1",
"status": "FILLED",
"algoType": "STOP",
"side": "SELL",
"quantity": 3,
"triggerStatus": "SUCCESS",
"price": 1.25,
"type": "MARKET",
"triggerTradePrice": 1.3,
"triggerTime": 1750997326000,
"tradeId": 10001,
"executedPrice": 1.3,
"executedQuantity": 3,
"fee": 1.2,
"feeAsset": "USDC",
"totalExecutedQuantity": 3,
"averageExecutedPrice": 1.3,
"totalFee": 1.2,
"timestamp": 1750997326991,
"visibleQuantity": 3,
"reduceOnly": true,
"callbackRate": null,
"callbackValue": null,
"extremePrice": null,
"activatedPrice": null,
"triggered": true,
"activated": null,
"maker": true,
"isMaker": true,
"rootAlgoStatus": "FILLED",
"algoStatus": "FILLED",
"isActivated": true,
"triggerPrice": 1.25,
"triggerPriceType": "MARK_PRICE",
"createdTime": 1750997261728
}
]
}
Copy
Ask AI
{
"id": "clientID3",
"event": "subscribe",
"success": true,
"ts": 1609924478533
}
Copy
Ask AI
{
"topic": "algoexecutionreport",
"ts": 1750997326998,
"data": [
{
"symbol": "PERP_NEAR_USDC",
"rootAlgoOrderId": 654400003,
"parentAlgoOrderId": 0,
"algoOrderId": 654400003,
"clientOrderId": "clientOrderId123",
"orderTag": "tag1",
"status": "FILLED",
"algoType": "STOP",
"side": "SELL",
"quantity": 3,
"triggerStatus": "SUCCESS",
"price": 1.25,
"type": "MARKET",
"triggerTradePrice": 1.3,
"triggerTime": 1750997326000,
"tradeId": 10001,
"executedPrice": 1.3,
"executedQuantity": 3,
"fee": 1.2,
"feeAsset": "USDC",
"totalExecutedQuantity": 3,
"averageExecutedPrice": 1.3,
"totalFee": 1.2,
"timestamp": 1750997326991,
"visibleQuantity": 3,
"reduceOnly": true,
"callbackRate": null,
"callbackValue": null,
"extremePrice": null,
"activatedPrice": null,
"triggered": true,
"activated": null,
"maker": true,
"isMaker": true,
"rootAlgoStatus": "FILLED",
"algoStatus": "FILLED",
"isActivated": true,
"triggerPrice": 1.25,
"triggerPriceType": "MARK_PRICE",
"createdTime": 1750997261728
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.