post https://api.lyra.finance/private/transfer_position
Transfers a positions from one subaccount to another, owned by the same wallet.
The transfer is executed as a pair of orders crossing each other.
The maker order is created first, followed by a taker order crossing it.
The order amounts, limit prices and instrument name must be the same for both orders.
Fee is not charged and a zero max_fee
must be signed.
The maker order is forcibly considered to be reduce_only
, meaning it can only reduce the position size.
History: For position transfer history, use the private/get_trade_history
RPC (not private/get_erc20_transfer_history
).
Required minimum session key permission level is admin