Changes in the API Specification

Back to the summary

Info

  • Version: 1.18.01.19.0

Modified endpoints


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:

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

See updated API reference


POST /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:

requestBody:
    content:
        (mediaTypeModified):
            application/json:
                schema:
                    properties:
                        (added):
                            - fee_configuration
responses:
    (modified):
        "202":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (added):
                                    - fee_configuration

See updated API reference


GET /orders/{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:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (added):
                                    - fee_configuration

See updated API reference


POST /portfolios/rebalancings/executions

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):
                                    id:
                                        title:
                                            from: Portfolio execution unique identifier
                                            to: Portfolio rebalancing execution unique identifier

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):
                                                        - execution_id
                                            properties:
                                                (added):
                                                    - execution_id

See updated API reference


GET /savings_plans/{savings_plan_id}/executions

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):
                                                    order_id:
                                                        oneOf:
                                                            (modified):
                                                                '#2':
                                                                    properties:
                                                                        (added):
                                                                            - fee_configuration

See updated API reference


GET /savings_plans/{savings_plan_id}/executions/{savings_plan_execution_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):
                                    order_id:
                                        oneOf:
                                            (modified):
                                                '#2':
                                                    properties:
                                                        (added):
                                                            - fee_configuration

See updated API reference