Contract

IB Algo Params

Returns supported IB Algos for contract. Must be called a second time to query the list of available parameters.

get/iserver/contract/{conid}/algos

Path parameters

conidstring required

IBKR contract identifier

Query parameters

algosstring

List of algo ids delimited by ";" to filter by. Max of 8 algos ids can be specified.

addDescriptionstring

Whether or not to add algo descriptions to response. Set to 1 for yes, 0 for no.

addParamsstring

Whether or not to show algo parameters. Set to 1 for yes, 0 for no.

Response

returns an array of algos

namestring
descriptionstring
idstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.