Changes in the API Specification

Back to the summary

Info

  • Version: 1.17.01.18.0

Added tags

  • Portfolios Rebalancing

Modified endpoints


GET /account_groups

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

parameters:
    (modified):
        query:
            order:
                schema:
                    enum:
                        (added):
                            - DESC
            sort:
                schema:
                    enum:
                        (added):
                            - updated_at

See updated API reference


DELETE /account_groups/{account_group_id}

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

parameters:
    (added):
        query:
            - closure_reason
            - notification_only
responses:
    (added):
        - "400"

See updated API reference


GET /accounts

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

parameters:
    (modified):
        query:
            order:
                schema:
                    enum:
                        (added):
                            - DESC
            sort:
                schema:
                    enum:
                        (added):
                            - updated_at

See updated API reference


DELETE /accounts/{account_id}

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

summary:
    from: Close a user account by ID
    to: Close account by ID

See updated API reference


GET /accounts/{account_id}

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

summary:
    from: Get a user account by ID
    to: Get account by ID

See updated API reference


PATCH /accounts/{account_id}

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

summary:
    from: Update user account
    to: Update account by ID

See updated API reference


GET /accounts/{account_id}/orders

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

parameters:
    (added):
        query:
            - account_group_id
            - user_id
            - status
            - date_created_from
            - date_created_to

See updated API reference


GET /instruments/{instrument_id}/venues/{venue_id}/prices/ohlc

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

parameters:
    (added):
        query:
            - interval
    (modified):
        query:
            end_date:
                schema:
                    title:
                        from: End date in the format YYYY-MM-DD. RFC 3339, section 5.6.
                        to: Date and time formatted as YYYY-MM-DD[THH:mm:ssZ]. The time part is optional. RFC 3339, section 5.6.
            start_date:
                schema:
                    title:
                        from: Start date in the format YYYY-MM-DD. RFC 3339, section 5.6.
                        to: Date and time formatted as YYYY-MM-DD[THH:mm:ssZ]. The time part is optional. RFC 3339, section 5.6.

See updated API reference


DELETE /portfolios/orders/{portfolio_order_id}

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

responses:
    (added):
        - "202"
    (deleted):
        - "204"

See updated API reference


GET /portfolios/rebalancings/executions/{execution_id}/orders

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    data:
                                        items:
                                            required:
                                                stringsdiff:
                                                    (added):
                                                        - id
                                            properties:
                                                (added):
                                                    - cancellation_reason
                                                    - id
                                                (modified):
                                                    portfolio_order_id:
                                                        oneOf:
                                                            (added):
                                                                - RevisionSchema[0]
                                                                - RevisionSchema[1]
                                                        type:
                                                            from: string
                                                            to: ""
                                                        title:
                                                            from: Portfolios order unique identifier
                                                            to: ""
                                                        format:
                                                            from: uuid
                                                            to: ""
                                                    status:
                                                        enum:
                                                            (deleted):
                                                                - SETTLED

See updated API reference


GET /reports/{report_id}

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            oneOf:
                                (modified):
                                    '#1':
                                        properties:
                                            (modified):
                                                type:
                                                    enum:
                                                        (added):
                                                            - TAX_PREPAYMENT_DE

See updated API reference


GET /transactions/cash

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    data:
                                        items:
                                            properties:
                                                (modified):
                                                    references:
                                                        items:
                                                            properties:
                                                                (modified):
                                                                    type:
                                                                        enum:
                                                                            (added):
                                                                                - CREDIT_FUNDING
                                                    type:
                                                        enum:
                                                            (added):
                                                                - CREDIT_FUNDING
                                                                - TAX_PAYMENT
                                                                - TAX_PREPAYMENT_DE
                                                                - TAX_REFUND

See updated API reference


GET /transactions/securities

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    data:
                                        items:
                                            properties:
                                                (modified):
                                                    type:
                                                        enum:
                                                            (added):
                                                                - SECURITIES_TRANSFER

See updated API reference


GET /users

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

parameters:
    (modified):
        query:
            order:
                schema:
                    enum:
                        (added):
                            - DESC
            sort:
                schema:
                    enum:
                        (added):
                            - updated_at

See updated API reference


GET /users/{user_id}/account_groups

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

parameters:
    (modified):
        query:
            order:
                schema:
                    enum:
                        (added):
                            - DESC
            sort:
                schema:
                    enum:
                        (added):
                            - updated_at

See updated API reference


GET /users/{user_id}/accounts

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

parameters:
    (modified):
        query:
            order:
                schema:
                    enum:
                        (added):
                            - DESC
            sort:
                schema:
                    enum:
                        (added):
                            - updated_at

See updated API reference


GET /users/{user_id}/reports

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

parameters:
    (modified):
        query:
            type:
                schema:
                    enum:
                        (added):
                            - SECURITIES_TRANSFER_INCOMING
                            - SECURITIES_TRANSFER_OUTGOING
                            - TAX_PREPAYMENT_DE
responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    data:
                                        items:
                                            oneOf:
                                                (modified):
                                                    '#1':
                                                        properties:
                                                            (modified):
                                                                type:
                                                                    enum:
                                                                        (added):
                                                                            - TAX_PREPAYMENT_DE

See updated API reference


GET /webhooks

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    data:
                                        items:
                                            properties:
                                                (modified):
                                                    type:
                                                        items:
                                                            enum:
                                                                (added):
                                                                    - REBALANCING_EXECUTION_ORDER

See updated API reference


POST /webhooks

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

requestBody:
    content:
        (mediaTypeModified):
            application/json:
                schema:
                    properties:
                        (modified):
                            type:
                                items:
                                    enum:
                                        (added):
                                            - REBALANCING_EXECUTION_ORDER
responses:
    (modified):
        "201":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    type:
                                        items:
                                            enum:
                                                (added):
                                                    - REBALANCING_EXECUTION_ORDER

See updated API reference


GET /webhooks/{webhook_id}

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    type:
                                        items:
                                            enum:
                                                (added):
                                                    - REBALANCING_EXECUTION_ORDER

See updated API reference


PATCH /webhooks/{webhook_id}

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

requestBody:
    content:
        (mediaTypeModified):
            application/json:
                schema:
                    properties:
                        (modified):
                            type:
                                items:
                                    enum:
                                        (added):
                                            - REBALANCING_EXECUTION_ORDER
responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    type:
                                        items:
                                            enum:
                                                (added):
                                                    - REBALANCING_EXECUTION_ORDER

See updated API reference