Documentation Index
Fetch the complete documentation index at: https://developer.wooxpro.com/llms.txt
Use this file to discover all available pages before exploring further.
查询仓位风险信息 (KEYED)
适用于查询指定合约或者全部合约的仓位风险信息
请求URL
GET https://cloud-api.wooxpro.com/contract/private/position-risk
请求限制
参见 速率限制详细请求参数
请求
| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| symbol | String | 选填 | 合约交易对(如BTCUSDT) |
| account | String | 选填 | 交易用户 - futures=合约主账号- copy_trading=跟单子账号 |
响应详情
响应
| 字段 | 类型 | 描述 |
|---|---|---|
| symbol | String | 合约名称 |
| position_amt | String | 仓位数量 |
| mark_price | String | 标记价格 |
| unrealized_profit | String | 未实现盈亏 |
| liquidation_price | String | 强平价 |
| leverage | String | 当前杠杆 |
| max_notional_value | String | 当前最大可持仓价值 |
| margin_type | String | 仓位保证金类型 - Cross- Isolated |
| isolated_margin | String | 逐仓保证金 |
| position_side | String | 仓位方向 - Long- Short |
| notional | String | 仓位净值 |
| account | String | 交易用户 - futures=合约主账号- copy_trading=跟单子账号 |
| update_time | Long | 仓位更新时间(ms) |