SettleInReq
symbolstringrequired
Trading symbol whose position collateral currency should be switched (e.g., BTC-PERP).
currencystringrequired
Target settlement currency to hold the position's collateral in (e.g., USDT).
positionIdstring
Existing position identifier to switch. Optional; when omitted the symbol's default position is used.
SettleInReq
{
"symbol": "string",
"currency": "string",
"positionId": "string"
}