Endpoint Parameters
-
Request parameters
Name Type Origin Description $skip Integer Query-String The number of entries to skip from the beginning of the collection $top Integer Query-String The number of entries to return from the beginning of the collection -
Response Parameters
View Response CodesName Type Description __count Number The total count of items in the feed. __next String The link for the next page of items in the feed. Data Strategy [] The collection of entities for this feed. MaxRows Number The maximum number of rows that can be returned (if applicable). -
Request Example
Request URL
GET /ref/v1/algostrategies?$skip=1&$top=1
-
Response Example
Response body
{ "Data": [ { "Description": "stringValue", "MinAmountUSD": 10, "Name": "stringValue", "Parameters": [ { "DataType": 0, "IsEditable": false, "IsMandatory": false, "UiDefaultValue": "stringValue", "UiOrderingIndex": 0, "UiStepSize": 1.3 } ], "SupportedDurationTypes": [ "ImmediateOrCancel" ], "SupportedOrderTypes": [ "StopIfTraded" ], "TradableInstrumentTypes": [ "CertificateBarrierReverseConvertibles" ] } ], "MaxRows": 99 }