Set Trade Mode
Sets the trade mode for the user account to either One-Way or Multi-Position mode.
Last updated
Sets the trade mode for the user account to either One-Way or Multi-Position mode.
Last updated
PUT /api/v1/account/trade-mode HTTP/1.1
Host: trading-api.flipster.io
api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 23
{
"tradeMode": "ONE_WAY"
}{
"tradeMode": "ONE_WAY"
}