Endpoints

  • Get all strategies supported by Saxo Bank.

    This operation retrieves a list of strategies with detailed information about each strategy. The response also contains links to other relevant data, such as their parameters.

    GET https://gateway.saxobank.com/sim/openapi/ref/v1/algostrategies?$skip={$skip}&$top={$top}

  • Get details about a specific strategy.

    This operation retrieves detailed information about a specific Strategy. The Strategy is specified by the 'name' parameter in the URI.

    GET https://gateway.saxobank.com/sim/openapi/ref/v1/algostrategies/{Name}