Transfer margin position

post/api/prime/trading/v1/accounts/{accountID}/margin/positions/transfer

Transfers the amount specified to cover margin position for the specified account.

Path Parameters

  • accountIDstringRequired
    The ID of the account

Request Body

currency string
quantity string

200 Response

currency string
quantity number
balanceValue object
Example: {"quantity":"100.0","currency":"USD"}
quantity string <decimal>required
The specified quantity.
currency string required
The specified quantity currency.