Uses of Class
com.bybit.api.client.domain.position.request.BatchMovePositionRequest
-
Packages that use BatchMovePositionRequest Package Description com.bybit.api.client.impl com.bybit.api.client.restApi -
-
Uses of BatchMovePositionRequest in com.bybit.api.client.impl
Methods in com.bybit.api.client.impl with parameters of type BatchMovePositionRequest Modifier and Type Method Description voidBybitApiAsyncPositionRestClientImpl. batchMovePositions(BatchMovePositionRequest batchMovePositionRequest, BybitApiCallback<Object> callback)ObjectBybitApiPositionRestClientImpl. batchMovePositions(BatchMovePositionRequest batchMovePositionRequest) -
Uses of BatchMovePositionRequest in com.bybit.api.client.restApi
Methods in com.bybit.api.client.restApi with parameters of type BatchMovePositionRequest Modifier and Type Method Description voidBybitApiAsyncPositionRestClient. batchMovePositions(BatchMovePositionRequest batchMovePositionRequest, BybitApiCallback<Object> callback)ObjectBybitApiPositionRestClient. batchMovePositions(BatchMovePositionRequest batchMovePositionRequest)retrofit2.Call<Object>BybitApiService. batchMovePositions(BatchMovePositionRequest batchMovePositionRequest)Move Position You can move positions between sub-master, master-sub, or sub-sub UIDs when necessary Unified account covers: USDT perpetual / USDC contract / Spot / Option INFO The endpoint can only be called by master UID api key UIDs must be the same master-sub account relationship The trades generated from move-position endpoint will not be displayed in the Recent Trade (Rest API and Websocket) There is no trading fee fromUid and toUid both should be Unified trading accounts, and they need to be one-way mode when moving the positions Please note that once executed, you will get execType=MovePosition entry from Get Trade History, Get Closed Pnl, and stream from Execution.
-