List available currencies for collateral

get/api/prime/trading/v1/accounts/{accountId}/margin/collateral/currencies

Returns the list of currencies that are available for use as collateral.

Path Parameters

  • accountIdstringRequired
    The ID of the account

200 Response

availableCurrencies array[object]
Returns a Currency object that consists of the ID, Name and Symbol for the instrument
Example: {"id":"519824c6-b534-49b4-a636-22dfd0ade5cf","symbol":"USD","name":"US Dollar","increment":"0.01"}
id string <uuid>required
ID of the currency
symbol string required
Symbol of the currency
name string required
Name of the currency
increment string <decimal>required
This is the smallest amount that can be traded for the currency.