Changes in the API Specification

Back to the summary

Info

  • Version: 1.6.01.7.0

Modified endpoints


GET /accounts/{account_id}/liquidations

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):
                                                    orders:
                                                        items:
                                                            properties:
                                                                (modified):
                                                                    id:
                                                                        title:
                                                                            from: Order unique identifier
                                                                            to: Account liquidation order unique identifier
                                                    status:
                                                        enum:
                                                            (added):
                                                                - SETTLED

See updated API reference


POST /accounts/{account_id}/liquidations

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):
        "202":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    orders:
                                        items:
                                            properties:
                                                (modified):
                                                    id:
                                                        title:
                                                            from: Order unique identifier
                                                            to: Account liquidation order unique identifier
                                    status:
                                        enum:
                                            (added):
                                                - SETTLED

See updated API reference


GET /accounts/{account_id}/liquidations/{account_liquidation_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):
                                    orders:
                                        items:
                                            properties:
                                                (modified):
                                                    id:
                                                        title:
                                                            from: Order unique identifier
                                                            to: Account liquidation order unique identifier
                                    status:
                                        enum:
                                            (added):
                                                - SETTLED

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:
                                            properties:
                                                (modified):
                                                    status:
                                                        enum:
                                                            (added):
                                                                - SETTLED

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:
                            properties:
                                (modified):
                                    status:
                                        enum:
                                            (added):
                                                - SETTLED

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:
                            properties:
                                (modified):
                                    status:
                                        enum:
                                            (added):
                                                - SETTLED

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:
                                            properties:
                                                (modified):
                                                    status:
                                                        enum:
                                                            (added):
                                                                - SETTLED

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):
                                                                    - FEE_COLLECTION

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):
                                            - FEE_COLLECTION
responses:
    (modified):
        "201":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    type:
                                        items:
                                            enum:
                                                (added):
                                                    - FEE_COLLECTION

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):
                                                    - FEE_COLLECTION

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):
                                            - FEE_COLLECTION
responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    type:
                                        items:
                                            enum:
                                                (added):
                                                    - FEE_COLLECTION

See updated API reference