Set Position Mode

Sets the position mode for the user account to either One-Way or Multi-Position mode.

Currently, Flipster API only support one-way mode in perptual trading. If you set multi-position mode, all order cannot be processed.

This endpoint allows users to configure their account’s position mode between ONE_WAY_MODE and MULTI_POSITION_MODE.

In One-Way Mode, each symbol can only hold a single position (either long or short).

In Multi-Position Mode, multiple long and short positions can coexist independently.

Changing the position mode affects how new orders and positions are managed, and it must be set before placing trades.

Authentication with a valid API key and trade permission scope is required.

Last updated