Represents a candlestick from the GET /api/v5/market/history-candles endpoint.
The tuple contains [timestamp(ms), open, high, low, close, volume, turnover, base_volume, count].
Represents the response from POST /api/v5/trade/order (place order).
This model is designed to be flexible and handle the minimal fields that the API returns.