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

balances array[object] required
List of position transfer balances
transferId string <uuid>
The margin transfer ID (UUID) from Trade Falcon
currency string required
Currency symbol
quantity string required
Net position after the position transfer
balanceValue object required
Returns the value of the margin position. Has 2 fields denoting the currency used and the actual value.
Example: {"quantity":"100.0","currency":"USD"}