List transferred collateral

get/api/prime/trading/v1/accounts/{accountID}/margin/collateral/transferred

Returns the balance of assets deposited as collateral for the specified account.

Path Parameters

  • accountIDstringRequired
    The ID of the account

200 Response

balances array[object]
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. Has 2 fields denoting the currency used and the actual value.
Example: {"quantity":"100.0","currency":"USD"}