Endpoint Parameters
-
Request parameters
Name Type Origin Description Name String Route The name of the Strategy. -
Response Parameters
View Response CodesName Type Description Description String User-friendly description MinAmountUSD Decimal Min required amount to trade Name String String identification Parameters StrategyParameter [] Strategy's specific parameters SupportedDurationTypes DurationType [] Supported duration types within this strategy SupportedOrderTypes OrderType [] Supported order types within this strategy TradableInstrumentTypes AssetType [] Instrument types which can be traded within this strategy -
Request Example
Request URL
GET ref/v1/algostrategies/LME
-
Response Example
Response body
{ "Description": "Description17bfa09d-5abc-4b2f-842f-25a117e46d02", "MinAmountUSD": 0.255716791029888, "Name": "Name4c016d0d-5046-47e4-a785-7012b558f564", "Parameters": [ { "DataType": 0, "IsEditable": false, "IsMandatory": false, "UiDefaultValue": "UiDefaultValued442313d-8b51-4195-b827-5cfc90743dfa", "UiOrderingIndex": 0, "UiStepSize": 41755.35 } ], "SupportedDurationTypes": [ "ImmediateOrCancel" ], "SupportedOrderTypes": [ "Switch" ], "TradableInstrumentTypes": [ "Warrant" ] }