Endpoints

  • Get proxy events

    Retrieves the proxy voting events for owned clients.

    GET https://gateway.saxobank.com/sim/openapi/ca/v2/proxyvoting/events?$skip={$skip}&$top={$top}&AccountKey={AccountKey}&ClientKey={ClientKey}&SortColumn={SortColumn}&SortType={SortType}

  • Retrieves the fees for a proxy voting event.

    This endpoint returns a FeeDisclaimerKey, which can be exchanged for the ActionURL, where voting instructions can be submitted. The fees must be rendered, before the FeeDisclaimerKey can be exchanged for the ActionURL.

    GET https://gateway.saxobank.com/sim/openapi/ca/v2/proxyvoting/events/{JobNumber}/fees?AccountKey={AccountKey}

  • Accept proxy fee

    Accept the proxy fee disclaimer and get the action url for proxy voting. This request should only be made once a fee disclaimer has been rendered and accepted.

    POST https://gateway.saxobank.com/sim/openapi/ca/v2/proxyvoting/events/{JobNumber}/fees/actions/accept