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