latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Margin
List available currencies for collateral
Returns the list of currencies that are available for use as collateral.
get/api/prime/trading/v1/accounts/{accountId}/margin/collateral/currencies
Path parameters
accountIdstring required
The ID of the account
Response
A list of available currencies for collateral
Example response
{
"availableCurrencies": [
{
"id": "519824c6-b534-49b4-a636-22dfd0ade5cf",
"symbol": "USD",
"name": "US Dollar",
"increment": "0.01",
"platformSymbol": "USD"
}
]
}