跳到主要内容

查询交易员当前带单列表

限速规则: 10次/1s (ip)

HTTP请求

  • GET /api/v2/copy/mix-broker/query-current-traces
请求示例
curl "https://api.bitget.com/api/v2/copy/mix-broker/query-current-traces?traderId=7c6525121a9&productType=USDT-FUTURES&symbol=btcusdt" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

请求参数

参数名参数类型是否必须描述
traderIdString交易员UID
symbolString币对
productTypeString产品类型
USDT-FUTURES USDT专业合约
COIN-FUTURES 混合合约
USDC-FUTURES USDC专业合约
idLessThanString请求此ID之前(更旧的数据)的分页内容,传的值为对应接口的 endId。
idGreaterThanString请求此ID之后(更新的数据)的分页内容,传的值为对应接口的 endId
startTimeString开始时间戳
(跟单创建时间)
Unix时间戳的毫秒数格式,如 1597026383085
(时间跨度最大支持三个月,若不传结束时间,则默认结束时间为三个月。)
endTimeString结束时间戳
(跟单创建时间)
Unix时间戳的毫秒数格式,如 1597026383085
(时间跨度最大支持三个月,若不传开始时间,则默认开始时间为三个月。)
limitString查询条数
默认值:20;最大值:100
返回示例
{
"code": "00000",
"msg": "success",
"requestTime": 1685692706038,
"data": [
{
"trackingNo": "1",
"openOrderId": "12121",
"marginMode": "cross",
"posSide": "long",
"symbol": "ETHUSDT",
"openLeverage": "20",
"openPriceAvg": "2121",
"openTime": "1685692706038",
"openSize": "10",
"openFee": "-0.12",
"marginAmount": "1212",
"followCount": "16",
"stopSurplusPrice": "2300",
"stopLossPrice": "1500",
"cTime": "1685692706038"
}
]
}

返回参数

返回字段参数类型字段说明
trackingNoString跟单号
openOrderIdString开仓订单id
marginModeString仓位模式
isolated 逐仓
cross 全仓
posSideString持仓方向
long 双向持仓多头
short 双向持仓空头
symbolString交易对
openLeverageString开仓杠杆
openPriceAvgString开仓均价
openTimeString开仓时间 (毫秒时间戳)
openSizeString开仓数量
openFeeString开仓手续费
(只展示usdt,不展示抵扣)
marginAmountString保证金
followCountString此笔订单跟单人数
stopSurplusPriceString止盈价
stopLossPriceString止损价