Websocket API for streaming data
Websocket service for streaming data
Server-side стрим предоставления биржевой информации.
Available only on servers:
Accepts the following message:
{
"subscribeCandlesRequest": {
"subscriptionAction": "SUBSCRIPTION_ACTION_UNSPECIFIED",
"instruments": [
{
"figi": "string",
"interval": "SUBSCRIPTION_INTERVAL_UNSPECIFIED",
"instrumentId": "string"
}
],
"waitingClose": true
},
"subscribeOrderBookRequest": {
"subscriptionAction": "SUBSCRIPTION_ACTION_UNSPECIFIED",
"instruments": [
{
"figi": "string",
"depth": 0,
"instrumentId": "string"
}
]
},
"subscribeTradesRequest": {
"subscriptionAction": "SUBSCRIPTION_ACTION_UNSPECIFIED",
"instruments": [
{
"figi": "string",
"instrumentId": "string"
}
]
},
"subscribeInfoRequest": {
"subscriptionAction": "SUBSCRIPTION_ACTION_UNSPECIFIED",
"instruments": [
{
"figi": "string",
"instrumentId": "string"
}
]
},
"subscribeLastPriceRequest": {
"subscriptionAction": "SUBSCRIPTION_ACTION_UNSPECIFIED",
"instruments": [
{
"figi": "string",
"instrumentId": "string"
}
]
}
}
Server-side стрим предоставления биржевой информации.
Available only on servers:
Accepts the following message:
{
"subscribeInfoResponse": {
"infoSubscriptions": [
{
"instrumentUid": "instrumentUid",
"figi": "figi"
},
{
"instrumentUid": "instrumentUid",
"figi": "figi"
}
],
"trackingId": "trackingId"
},
"trade": {
"quantity": "quantity",
"price": {
"nano": 6,
"units": "units"
},
"instrumentUid": "instrumentUid",
"figi": "figi",
"time": "2000-01-23T04:56:07.000+00:00"
},
"subscribeOrderBookResponse": {
"orderBookSubscriptions": [
{
"depth": 0,
"instrumentUid": "instrumentUid",
"figi": "figi"
},
{
"depth": 0,
"instrumentUid": "instrumentUid",
"figi": "figi"
}
],
"trackingId": "trackingId"
},
"ping": {
"time": "2000-01-23T04:56:07.000+00:00"
},
"candle": {
"volume": "volume",
"high": {
"nano": 6,
"units": "units"
},
"lastTradeTs": "2000-01-23T04:56:07.000+00:00",
"low": {
"nano": 6,
"units": "units"
},
"instrumentUid": "instrumentUid",
"figi": "figi",
"time": "2000-01-23T04:56:07.000+00:00",
"close": {
"nano": 6,
"units": "units"
},
"open": {
"nano": 6,
"units": "units"
}
},
"orderbook": {
"depth": 6,
"asks": [
{
"quantity": "quantity",
"price": {
"nano": 6,
"units": "units"
}
},
{
"quantity": "quantity",
"price": {
"nano": 6,
"units": "units"
}
}
],
"instrumentUid": "instrumentUid",
"bids": [
{
"quantity": "quantity",
"price": {
"nano": 6,
"units": "units"
}
},
{
"quantity": "quantity",
"price": {
"nano": 6,
"units": "units"
}
}
],
"limitUp": {
"nano": 6,
"units": "units"
},
"figi": "figi",
"time": "2000-01-23T04:56:07.000+00:00",
"limitDown": {
"nano": 6,
"units": "units"
},
"isConsistent": true
},
"subscribeTradesResponse": {
"tradeSubscriptions": [
{
"instrumentUid": "instrumentUid",
"figi": "figi"
},
{
"instrumentUid": "instrumentUid",
"figi": "figi"
}
],
"trackingId": "trackingId"
},
"tradingStatus": {
"limitOrderAvailableFlag": true,
"marketOrderAvailableFlag": true,
"instrumentUid": "instrumentUid",
"figi": "figi",
"time": "2000-01-23T04:56:07.000+00:00"
},
"subscribeCandlesResponse": {
"candlesSubscriptions": [
{
"instrumentUid": "instrumentUid",
"figi": "figi"
},
{
"instrumentUid": "instrumentUid",
"figi": "figi"
}
],
"trackingId": "trackingId"
},
"subscribeLastPriceResponse": {
"lastPriceSubscriptions": [
{
"instrumentUid": "instrumentUid",
"figi": "figi"
},
{
"instrumentUid": "instrumentUid",
"figi": "figi"
}
],
"trackingId": "trackingId"
},
"lastPrice": {
"price": {
"nano": 6,
"units": "units"
},
"instrumentUid": "instrumentUid",
"figi": "figi",
"time": "2000-01-23T04:56:07.000+00:00"
}
}
Bi-directional стрим предоставления биржевой информации.
Available only on servers:
Accepts the following message:
Запрос подписки или отписки на определённые биржевые данные.
Запрос подписки или отписки на определённые биржевые данные.
{
"subscribeCandlesRequest": {
"subscriptionAction": "SUBSCRIPTION_ACTION_UNSPECIFIED",
"instruments": [
{
"figi": "string",
"interval": "SUBSCRIPTION_INTERVAL_UNSPECIFIED",
"instrumentId": "string"
}
],
"waitingClose": true
},
"subscribeOrderBookRequest": {
"subscriptionAction": "SUBSCRIPTION_ACTION_UNSPECIFIED",
"instruments": [
{
"figi": "string",
"depth": 0,
"instrumentId": "string"
}
]
},
"subscribeTradesRequest": {
"subscriptionAction": "SUBSCRIPTION_ACTION_UNSPECIFIED",
"instruments": [
{
"figi": "string",
"instrumentId": "string"
}
]
},
"subscribeInfoRequest": {
"subscriptionAction": "SUBSCRIPTION_ACTION_UNSPECIFIED",
"instruments": [
{
"figi": "string",
"instrumentId": "string"
}
]
},
"subscribeLastPriceRequest": {
"subscriptionAction": "SUBSCRIPTION_ACTION_UNSPECIFIED",
"instruments": [
{
"figi": "string",
"instrumentId": "string"
}
]
},
"getMySubscriptions": {}
}
Bi-directional стрим предоставления биржевой информации.
Available only on servers:
Accepts the following message:
{
"subscribeInfoResponse": {
"infoSubscriptions": [
{
"instrumentUid": "instrumentUid",
"figi": "figi"
},
{
"instrumentUid": "instrumentUid",
"figi": "figi"
}
],
"trackingId": "trackingId"
},
"trade": {
"quantity": "quantity",
"price": {
"nano": 6,
"units": "units"
},
"instrumentUid": "instrumentUid",
"figi": "figi",
"time": "2000-01-23T04:56:07.000+00:00"
},
"subscribeOrderBookResponse": {
"orderBookSubscriptions": [
{
"depth": 0,
"instrumentUid": "instrumentUid",
"figi": "figi"
},
{
"depth": 0,
"instrumentUid": "instrumentUid",
"figi": "figi"
}
],
"trackingId": "trackingId"
},
"ping": {
"time": "2000-01-23T04:56:07.000+00:00"
},
"candle": {
"volume": "volume",
"high": {
"nano": 6,
"units": "units"
},
"lastTradeTs": "2000-01-23T04:56:07.000+00:00",
"low": {
"nano": 6,
"units": "units"
},
"instrumentUid": "instrumentUid",
"figi": "figi",
"time": "2000-01-23T04:56:07.000+00:00",
"close": {
"nano": 6,
"units": "units"
},
"open": {
"nano": 6,
"units": "units"
}
},
"orderbook": {
"depth": 6,
"asks": [
{
"quantity": "quantity",
"price": {
"nano": 6,
"units": "units"
}
},
{
"quantity": "quantity",
"price": {
"nano": 6,
"units": "units"
}
}
],
"instrumentUid": "instrumentUid",
"bids": [
{
"quantity": "quantity",
"price": {
"nano": 6,
"units": "units"
}
},
{
"quantity": "quantity",
"price": {
"nano": 6,
"units": "units"
}
}
],
"limitUp": {
"nano": 6,
"units": "units"
},
"figi": "figi",
"time": "2000-01-23T04:56:07.000+00:00",
"limitDown": {
"nano": 6,
"units": "units"
},
"isConsistent": true
},
"subscribeTradesResponse": {
"tradeSubscriptions": [
{
"instrumentUid": "instrumentUid",
"figi": "figi"
},
{
"instrumentUid": "instrumentUid",
"figi": "figi"
}
],
"trackingId": "trackingId"
},
"tradingStatus": {
"limitOrderAvailableFlag": true,
"marketOrderAvailableFlag": true,
"instrumentUid": "instrumentUid",
"figi": "figi",
"time": "2000-01-23T04:56:07.000+00:00"
},
"subscribeCandlesResponse": {
"candlesSubscriptions": [
{
"instrumentUid": "instrumentUid",
"figi": "figi"
},
{
"instrumentUid": "instrumentUid",
"figi": "figi"
}
],
"trackingId": "trackingId"
},
"subscribeLastPriceResponse": {
"lastPriceSubscriptions": [
{
"instrumentUid": "instrumentUid",
"figi": "figi"
},
{
"instrumentUid": "instrumentUid",
"figi": "figi"
}
],
"trackingId": "trackingId"
},
"lastPrice": {
"price": {
"nano": 6,
"units": "units"
},
"instrumentUid": "instrumentUid",
"figi": "figi",
"time": "2000-01-23T04:56:07.000+00:00"
}
}
Server-side stream обновлений портфеля
Available only on servers:
Accepts the following message:
Запрос установки stream-соединения.
Запрос установки stream-соединения.
{
"accounts": [
"string"
]
}
Server-side stream обновлений портфеля
Available only on servers:
Accepts the following message:
{
"subscriptions": {
"accounts": [
{
"accountId": "accountId"
},
{
"accountId": "accountId"
}
]
},
"portfolio": {
"totalAmountBonds": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"totalAmountFutures": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"accountId": "accountId",
"totalAmountCurrencies": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"totalAmountSp": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"expectedYield": {
"nano": 6,
"units": "units"
},
"positions": [
{
"varMargin": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"instrumentType": "instrumentType",
"quantity": {
"nano": 6,
"units": "units"
},
"averagePositionPricePt": {
"nano": 6,
"units": "units"
},
"expectedYieldFifo": {
"nano": 6,
"units": "units"
},
"averagePositionPriceFifo": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"currentPrice": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"positionUid": "positionUid",
"figi": "figi",
"quantityLots": {
"nano": 6,
"units": "units"
},
"blockedLots": {
"nano": 6,
"units": "units"
},
"averagePositionPrice": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"blocked": true,
"instrumentUid": "instrumentUid",
"currentNkd": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"expectedYield": {
"nano": 6,
"units": "units"
}
},
{
"varMargin": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"instrumentType": "instrumentType",
"quantity": {
"nano": 6,
"units": "units"
},
"averagePositionPricePt": {
"nano": 6,
"units": "units"
},
"expectedYieldFifo": {
"nano": 6,
"units": "units"
},
"averagePositionPriceFifo": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"currentPrice": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"positionUid": "positionUid",
"figi": "figi",
"quantityLots": {
"nano": 6,
"units": "units"
},
"blockedLots": {
"nano": 6,
"units": "units"
},
"averagePositionPrice": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"blocked": true,
"instrumentUid": "instrumentUid",
"currentNkd": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"expectedYield": {
"nano": 6,
"units": "units"
}
}
],
"totalAmountShares": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"totalAmountEtf": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"totalAmountPortfolio": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"virtualPositions": [
{
"averagePositionPrice": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"instrumentType": "instrumentType",
"quantity": {
"nano": 6,
"units": "units"
},
"expectedYieldFifo": {
"nano": 6,
"units": "units"
},
"averagePositionPriceFifo": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"instrumentUid": "instrumentUid",
"positionUid": "positionUid",
"currentPrice": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"figi": "figi",
"expectedYield": {
"nano": 6,
"units": "units"
},
"expireDate": "2000-01-23T04:56:07.000+00:00"
},
{
"averagePositionPrice": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"instrumentType": "instrumentType",
"quantity": {
"nano": 6,
"units": "units"
},
"expectedYieldFifo": {
"nano": 6,
"units": "units"
},
"averagePositionPriceFifo": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"instrumentUid": "instrumentUid",
"positionUid": "positionUid",
"currentPrice": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"figi": "figi",
"expectedYield": {
"nano": 6,
"units": "units"
},
"expireDate": "2000-01-23T04:56:07.000+00:00"
}
],
"totalAmountOptions": {
"nano": 5,
"currency": "currency",
"units": "units"
}
},
"ping": {
"time": "2000-01-23T04:56:07.000+00:00"
}
}
Server-side stream обновлений информации по изменению позиций портфеля
Available only on servers:
Accepts the following message:
Запрос установки stream-соединения позиций.
Запрос установки stream-соединения позиций.
{
"accounts": [
"string"
]
}
Server-side stream обновлений информации по изменению позиций портфеля
Available only on servers:
Accepts the following message:
{
"subscriptions": {
"accounts": [
{
"accountId": "accountId"
},
{
"accountId": "accountId"
}
]
},
"ping": {
"time": "2000-01-23T04:56:07.000+00:00"
},
"position": {
"date": "2000-01-23T04:56:07.000+00:00",
"accountId": "accountId",
"money": [
{
"availableValue": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"blockedValue": {
"nano": 5,
"currency": "currency",
"units": "units"
}
},
{
"availableValue": {
"nano": 5,
"currency": "currency",
"units": "units"
},
"blockedValue": {
"nano": 5,
"currency": "currency",
"units": "units"
}
}
],
"options": [
{
"blocked": "blocked",
"balance": "balance",
"instrumentUid": "instrumentUid",
"positionUid": "positionUid"
},
{
"blocked": "blocked",
"balance": "balance",
"instrumentUid": "instrumentUid",
"positionUid": "positionUid"
}
],
"futures": [
{
"blocked": "blocked",
"balance": "balance",
"instrumentUid": "instrumentUid",
"positionUid": "positionUid",
"figi": "figi"
},
{
"blocked": "blocked",
"balance": "balance",
"instrumentUid": "instrumentUid",
"positionUid": "positionUid",
"figi": "figi"
}
],
"securities": [
{
"instrumentType": "instrumentType",
"blocked": "blocked",
"balance": "balance",
"instrumentUid": "instrumentUid",
"positionUid": "positionUid",
"figi": "figi",
"exchangeBlocked": true
},
{
"instrumentType": "instrumentType",
"blocked": "blocked",
"balance": "balance",
"instrumentUid": "instrumentUid",
"positionUid": "positionUid",
"figi": "figi",
"exchangeBlocked": true
}
]
}
}
Stream сделок пользователя
Available only on servers:
Accepts the following message:
Запрос установки соединения.
Запрос установки соединения.
{
"accounts": [
"string"
]
}
Stream сделок пользователя
Available only on servers:
Accepts the following message:
{
"ping": {
"time": "2000-01-23T04:56:07.000+00:00"
},
"orderTrades": {
"createdAt": "2000-01-23T04:56:07.000+00:00",
"accountId": "accountId",
"orderId": "orderId",
"instrumentUid": "instrumentUid",
"trades": [
{
"dateTime": "2000-01-23T04:56:07.000+00:00",
"quantity": "quantity",
"price": {
"nano": 6,
"units": "units"
},
"tradeId": "tradeId"
},
{
"dateTime": "2000-01-23T04:56:07.000+00:00",
"quantity": "quantity",
"price": {
"nano": 6,
"units": "units"
},
"tradeId": "tradeId"
}
],
"figi": "figi"
}
}
Запрос подписки или отписки на определённые биржевые данные.
Запрос подписки или отписки на определённые биржевые данные.
Запрос установки stream-соединения.
Запрос установки stream-соединения.
Запрос установки stream-соединения позиций.
Запрос установки stream-соединения позиций.
Запрос установки соединения.
Запрос установки соединения.
Пакет биржевой информации по подписке.
Результат изменения статус подписки на свечи.
Статус подписки на свечи.
Интервал свечи.
Результат подписки.
Результат изменения статуса подписки на стаканы.
Статус подписки.
Результат изменения статуса подписки на поток обезличенных сделок.
Статус подписки.
Результат изменения статуса подписки на торговый статус.
Статус подписки.
Пакет свечей в рамках стрима.
Информация о сделке.
Направление сделки.
Пакет стаканов в рамках стрима.
Массив предложений/спроса.
Пакет изменения торгового статуса.
Проверка активности стрима.
Результат изменения статуса подписки на цену последней сделки.
Статус подписки на цену последней сделки.
Информация о цене последней сделки.
subscribeCandles | Изменения статуса подписки на свечи.
Тип операции со списком подписок.
Запрос изменения статус подписки на свечи.
Запрос на изменение статуса подписки на стаканы.
Запрос подписки на стаканы.
Изменение статуса подписки на поток обезличенных сделок.
Запрос подписки на поток обезличенных сделок.
Изменение статуса подписки на торговый статус инструмента.
Запрос подписки на торговый статус.
Изменение статуса подписки на цену последней сделки по инструменту.
Запрос подписки на последнюю цену.
Запрос подписки или отписки на определённые биржевые данные.
Информация по позициям и доходностям портфелей.
Объект результата подписки.
Счет клиента.
Результат подписки.
Текущий портфель по счёту.
Позиции портфеля.
Запрос установки stream-соединения.
Информация по изменению позиций портфеля.
Объект результата подписки.
Счет клиента.
Результат подписки.
Данные о позиции портфеля.
Валютная позиция портфеля.
Баланс позиции ценной бумаги.
Баланс фьючерса.
Баланс опциона.
Запрос установки stream-соединения позиций.
Информация о торговых поручениях.
Информация об исполнении торгового поручения.
Направление операции.
Информация о сделке.
Запрос установки соединения.