Transfer collateral for margin

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

Transfers collateral for the specified account.

Path Parameters

  • accountIDstringRequired
    The ID of the account

Request Body

currency string
quantity string

200 Response

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