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
Symbol of the collateral asset
quantity number
Number representing the balance for the specified collateral
balanceValue object
Returns the value of the collateral. Has 2 fields denoting the currency used and the actual value.
Example: {"quantity":"100.0","currency":"USD"}
quantity string <decimal>required
The specified quantity.
currency string required
The specified quantity currency.