手動追加保證金
{
"id": "6200c9b83aecfb000152ddcd",
"symbol": "XBTUSDTM",
"autoDeposit": false,
"maintMarginReq": 0.005,
"riskLimit": 500000,
"realLeverage": 18.72,
"crossMode": false,
"delevPercentage": 0.66,
"openingTimestamp": 1646287090131,
"currentTimestamp": 1646295055021,
"currentQty": 1,
"currentCost": 43.388,
"currentComm": 0.0260328,
"unrealisedCost": 43.388,
"realisedGrossCost": 0.0,
"realisedCost": 0.0260328,
"isOpen": true,
"markPrice": 43536.65,
"markValue": 43.53665,
"posCost": 43.388,
"posCross": 2.4985e-05,
"posInit": 2.1694,
"posComm": 0.02733446,
"posLoss": 0.0,
"posMargin": 2.19675944,
"posMaint": 0.24861326,
"maintMargin": 2.34540944,
"realisedGrossPnl": 0.0,
"realisedPnl": -0.0260328,
"unrealisedPnl": 0.14865,
"unrealisedPnlPcnt": 0.0034,
"unrealisedRoePcnt": 0.0685,
"avgEntryPrice": 43388.0,
"liquidationPrice": 41440.0,
"bankruptPrice": 41218.0,
"userId": 1234321123,
"settleCurrency": "USDT"
}
HTTP請求
POST /api/v1/position/margin/deposit-margin
示例
POST /api/v1/position/margin/deposit-margin
API權限
此接口需要通用權限
請求URL
此接口支持合約URL
頻率限制
合约类权重
:4
參數
參數 | 數據類型 | 是否必須 | 含義 |
---|---|---|---|
symbol | String | 是 | 合約名稱 |
margin | Number | 是 | 保證金數量(增加保證金不能低於0.00001667XBT) |
bizNo | String | 是 | 業務唯一id,長度最大不超過36 |
返回值
參數 | 含義 |
---|---|
id | 倉位id |
symbol | 合約symbol |
autoDeposit | 是否自動追加保證金 |
maintMarginReq | 維持保證金率 |
riskLimit | 風險限額 |
realLeverage | 槓桿倍數 |
crossMode | 是否全倉模式 |
delevPercentage | ADL分位數 |
openingTimestamp | 開倉時間 |
currentTimestamp | 當前時間戳 |
currentQty | 當前倉位數量 |
currentCost | 當前倉位價值 |
currentComm | 當前倉位總費用 |
unrealisedCost | 未實現價值 |
realisedGrossCost | 累計已實現毛利價值 |
realisedCost | 累計已實現倉位價值 |
isOpen | 是否開倉 |
markPrice | 標記價格 |
markValue | 標記價值 |
posCost | 倉位價值 |
posCross | 追加到倉位的保證金 |
posInit | 槓桿保證金 |
posComm | 破產費用 |
posLoss | 資金費用減少的資金 |
posMargin | 倉位保證金 |
posMaint | 維持保證金 |
maintMargin | 包含未實現盈虧的倉位保證金 |
realisedGrossPnl | 累計已實現毛利 |
realisedPnl | 已實現盈虧 |
unrealisedPnl | 未實現盈虧 |
unrealisedPnlPcnt | 倉位盈虧率 |
unrealisedRoePcnt | 投資回報率 |
avgEntryPrice | 平均開倉價格 |
liquidationPrice | 強平價格 |
bankruptPrice | 破產價格 |
settleCurrency | 結算幣種 |
userId | 用戶id |