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

transferId string <uuid>
The margin transfer ID (UUID) from Trade Falcon
currency string required
Symbol of the collateral asset
quantity string required
Number representing the balance for the specified collateral
balanceValue object required
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.