Changes in the API Specification

Back to the summary

Info

  • Version: 1.10.01.11.0

Added endpoints

GET /instruments/{instrument_id}/venues

See updated API reference

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

See updated API reference

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

See updated API reference

Modified endpoints


GET /accounts/{account_id}/valuations

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):
                                                    price_quality:
                                                        enum:
                                                            (added):
                                                                - HIGHEST_AVAILABLE
                                                        default:
                                                            from: EOD
                                                            to: null
                                                    security_positions:
                                                        items:
                                                            properties:
                                                                (added):
                                                                    - price_quality

See updated API reference


GET /accounts/{account_id}/valuations/current

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:
            price_quality:
                schema:
                    enum:
                        (added):
                            - HIGHEST_AVAILABLE
responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    price_quality:
                                        enum:
                                            (added):
                                                - HIGHEST_AVAILABLE
                                        default:
                                            from: EOD
                                            to: null
                                    security_positions:
                                        items:
                                            properties:
                                                (added):
                                                    - price_quality

See updated API reference


GET /instruments/{instrument_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: Retrieve instrument
    to: Get instrument

See updated API reference


GET /portfolios/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):
                                                        - client_reference
                                                        - initiation_flow
                                            properties:
                                                (added):
                                                    - client_reference
                                                    - initiation_flow

See updated API reference


POST /portfolios/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:
                            required:
                                stringsdiff:
                                    (added):
                                        - client_reference
                                        - initiation_flow
                            properties:
                                (added):
                                    - client_reference
                                    - initiation_flow

See updated API reference


GET /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:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            required:
                                stringsdiff:
                                    (added):
                                        - initiation_flow
                                        - client_reference
                            properties:
                                (added):
                                    - initiation_flow
                                    - client_reference

See updated API reference


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

requestBody:
    content:
        (mediaTypeModified):
            application/json:
                schema:
                    oneOf:
                        (modified):
                            '#1':
                                properties:
                                    (deleted):
                                        - user_id
                                    (modified):
                                        order:
                                            required:
                                                stringsdiff:
                                                    (added):
                                                        - user_id
responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            oneOf:
                                (modified):
                                    '#1':
                                        properties:
                                            (modified):
                                                data:
                                                    properties:
                                                        (deleted):
                                                            - price
                                                        (modified):
                                                            order:
                                                                properties:
                                                                    (added):
                                                                        - price

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):
                                    '#2':
                                        properties:
                                            (modified):
                                                data:
                                                    properties:
                                                        (deleted):
                                                            - price
                                                        (modified):
                                                            order:
                                                                properties:
                                                                    (added):
                                                                        - price

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:

responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    data:
                                        items:
                                            oneOf:
                                                (modified):
                                                    '#2':
                                                        properties:
                                                            (modified):
                                                                data:
                                                                    properties:
                                                                        (deleted):
                                                                            - price
                                                                        (modified):
                                                                            order:
                                                                                properties:
                                                                                    (added):
                                                                                        - price

See updated API reference