Endpoints

  • Get all exchanges

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

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

  • Get details about a specific exchange

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

    GET https://gateway.saxobank.com/sim/openapi/ref/v1/exchanges/{ExchangeId}