Данная API-документация предоставляет разработчикам инструменты для автоматизации взаимодействия с сервисами Qutrade и интеграции с ними.This API documentation provides developers with tools to automate interaction with Qutrade services and integrate with them.
Содержание документацииDocumentation content
Документация по каждому эндпоинту содержит:Each endpoint documentation includes:
Подробные примеры вызова на популярных языках программирования.
Подробное описание передаваемых параметров.
Подробное описание полей, содержащихся в ответах.
Подробное описание кодов ошибок.
Информацию о лимитах запросов и времени кэширования данных.
Detailed request examples in popular programming languages.
Detailed descriptions of request parameters.
Detailed descriptions of response fields.
Detailed descriptions of error codes.
Information about rate limits and data cache duration.
Базовый адресBase address
Базовый адрес для всех API REST-эндпоинтов: https://qutrade.io/api/v2
The following base URL must be used for all API endpoints: https://qutrade.io/api/v2
Типы эндпоинтовTypes of endpoints
Все эндпоинты делятся на два типа:All endpoints are divided into two types:
Публичные - не требуют аутентификации, вызываются только через GET-метод.
Приватные - требуют аутентификации, вызываются только через POST-метод.
Public — do not require authentication and are accessible only via the GET method.
Private — require authentication and are accessible only via the POST method.
Формат и структура ответовFormat and structure of answers
Все ответы API возвращаются в формате JSON и имеют следующую структуру:All API responses are returned in JSON format and have the following structure:
Успешный ответ - всегда содержит поле result со значением success и поле payload с полезными данными.
Ответ с ошибкой - всегда содержит поле result со значением error, поле code с кодом ошибки, и поле message с описанием типа ошибки.
В зависимости от эндпоинта ответ также может содержать дополнительные поля с более подробной информацией об ошибке.
A successful response always contains the result field with the value success and the payload field containing the response data.
An error response always contains the result field with the value error, the code field containing the error code, and the message field describing the error.
Depending on the endpoint, the response may also contain additional fields with more detailed error information.
Базовый адресBase address
Базовый адрес для всех API REST-эндпоинтов: https://qutrade.io/api/v2
The following base URL must be used for all API endpoints: https://qutrade.io/api/v2
АутентификацияAuthentication
Все приватные эндпоинты API требуют обязательной аутентификации запросов и доступны только через метод POST. All private API endpoints require request authentication and are accessible only via the POST method.
Выполнение аутентификацииPerforming authentication
Для аутентификации требуется передать HTTP-заголовки:To authenticate a request, the HTTP headers must be provided:
API-KEY: публичный API-ключ в формате Hex.
API-SIGN: цифровая подпись запроса в формате Hex, сгенерированная с использованием секретного API-ключа по алгоритму Ed25519.
API-KEY: Public API key in Hex format.
API-SIGN: Request signature in Hex format, generated using the secret API key and the Ed25519 algorithm.
Цифровая подпись должна вычисляться из строки, состоящей из: эндпоинта + POST-параметров, отсортированных по возрастанию и преобразованных в URL-кодированную строку запроса.The request signature must be generated from a string consisting of: the endpoint + POST parameters, sorted in ascending order and converted into a URL-encoded query string.
Создание API-ключейCreating API keys
Публичный и секретный API-ключи можно создать в разделе API-ключи. Public and secret API keys can be created in the API Keys section.
КриптовалютыCryptocurrencies
Этот эндпоинт позволяет получать общие данные по криптовалютам.
При успешном выполнении эндпоинт возвращает общие данные по криптовалютам и поддерживаемым сетям.
This endpoint allows you to retrieve general data on cryptocurrencies.
When successful, the endpoint returns general data on cryptocurrencies and supported networks.
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
name или name,deposits_can
Explicit selection of success response fields.
name or name,deposits_can
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
name
String
Название криптовалюты.Name of the cryptocurrency.
deposits_can
Boolean
Статус депозитов (true - депозиты работают, false - депозиты не работают).Deposit status (true - deposits are working, false - deposits are not working).
withdrawals_can
Boolean
Статус выводов средств (true - выводы средств работают, false - выводы средств не работают).Withdrawal status (true - withdrawals are working, false - withdrawals are not working).
site
String
Официальный сайт.Official website.
price_usd
String
Цена криптовалюты в USD.Cryptocurrency price in USD.
status
String
Статус криптовалюты.Cryptocurrency status.
chains
Array
Доступные сети.Available networks.
chains[].chain
String
Тикер сети.Network ticker.
chains[].deposit_can
Boolean
Статус депозита (true - депозит работает, false - депозит не работает).Deposit status (true - deposit is working, false - deposit is not working).
Количество подтверждений сети для зачисления депозита.The number of network confirmations required to credit the deposit.
chains[].withdraw_can
Boolean
Статус вывода средств (true - вывод средств работает, false - вывод средств не работает).Withdrawal status (true - withdrawal is working, false - withdrawal is not working).
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
Спотовые рынкиSpot markets
Этот эндпоинт позволяет получать общие данные по спотовым рынкам.
При успешном выполнении эндпоинт возвращает цены, статистику и лимиты по спотовым рынкам.
This endpoint allows you to retrieve general spot markets data.
When executed successfully, the endpoint returns prices, statistics and limit data for the spot markets.
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
ask или ask,bid
Explicit selection of success response fields.
ask or ask,bid
pair
НетNo
String
Все парыAll pairs
Тикер торговой пары.
BTC_USDT или BTC_USDT,ETH_USDT
Ticker of the trading pair.
BTC_USDT or BTC_USDT,ETH_USDT
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
last
String
Цена последней сделки.Last trade price.
ask
String
Лучшая цена продажи.Best selling price.
bid
String
Лучшая цена покупки.Best purchase price.
trend
String
Изменение цены за последние 24 часа в процентах.Percentage change in the last trade price over the past 24 hours.
spread
String
Спред между лучшей ценой покупки/продажи в процентах.Spread between best buy/sell price in percent.
base_volume
String
Объем торговли за последние 24 часа в базовом активе.Trading volume over the last 24 hours in the base asset.
quote_volume
String
Объем торговли за последние 24 часа в котируемом активе.Trading volume over the last 24 hours in the quote asset.
volume_usd
String
Объем торгов за последние 24 часа в USD.Trading volume over the last 24 hours in USD.
traders
Integer
Количество активных трейдеров за последние 24 часа.Number of active traders over the last 24 hours.
trades
Integer
Количество торговых сделок за последние 24 часа.Number of trades in the last 24 hours.
step_price
String
Шаг цены.Price step.
decimal_price
Integer
Количество десятичных знаков цены.Number of decimal places in the price.
min_price_buy
String
Минимальная цена покупки.Minimum purchase price.
max_price_buy
String
Максимальная цена покупки.Maximum purchase price.
min_price_sell
String
Минимальная цена продажи.Minimum selling price.
max_price_sell
String
Максимальная цена продажи.Maximum selling price.
base_step_amount
String
Шаг базового актива.Step of the base asset.
base_decimal_amount
Integer
Количество десятичных знаков базового актива.The number of decimal places of the base asset.
base_min_amount
String
Минимальное количество базового актива.Minimum amount of the base asset.
quote_step_amount
String
Шаг котируемого актива.Step of the quote asset.
quote_decimal_amount
Integer
Количество десятичных знаков котируемого актива.The number of decimal places of the quote asset.
quote_min_amount
String
Минимальное количество котируемого актива.Minimum amount in the quote asset.
base_liquidity
String
Общая ликвидность базового актива.Total liquidity of the base asset.
base_liquidity_usd
String
Общая ликвидность базового актива в USD.Total liquidity of the base asset in USD.
quote_liquidity
String
Общая ликвидность котируемого актива.Total liquidity of the quote asset.
quote_liquidity_usd
String
Общая ликвидность котируемого актива в USD.Total liquidity of the quote asset in USD.
timestamp
Integer
Метка времени кэширования данных.Data cache timestamp.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"last",
"ask",
"bid",
"trend",
"spread",
"base_volume",
"quote_volume",
"volume_usd",
"traders",
"trades",
"step_price",
"decimal_price",
"min_price_buy",
"max_price_buy",
"min_price_sell",
"max_price_sell",
"base_step_amount",
"base_decimal_amount",
"base_min_amount",
"quote_step_amount",
"quote_decimal_amount",
"quote_min_amount",
"base_liquidity",
"base_liquidity_usd",
"quote_liquidity",
"quote_liquidity_usd",
"timestamp"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,)."
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the GET method for this endpoint."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 1 request / 1 second."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
Пулы ликвидностиLiquidity pools
Этот эндпоинт позволяет получать общие данные по пулам ликвидности.
При успешном выполнении эндпоинт возвращает цены, статистику и лимиты по пулам ликвидности.
This endpoint allows you to retrieve general data on liquidity pools.
When executed successfully, the endpoint returns prices, statistics, and limits data for liquidity pools.
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
price или price,providers
Explicit selection of success response fields.
price or price,providers
pair
НетNo
String
Все парыAll pairs
Тикер торговой пары.
BTC_USDT или BTC_USDT,ETH_USDT
Ticker of the trading pair.
BTC_USDT or BTC_USDT,ETH_USDT
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
price
String
Цена пула ликвидности.Liquidity pool price.
providers
Integer
Количество поставщиков ликвидности.Number of liquidity providers.
shares
Integer
Количество добавленных долей ликвидности.Number of added liquidity shares.
apy_1w
String
Годовая доходность за последние 7 дней в процентах.Annual return for the last 7 days in percent.
apy_1m
String
Годовая доходность за последние 30 дней в процентах.Annual return for the last 30 days in percent.
apy_1y
String
Годовая доходность за последние 365 дней в процентах.Annual return for the last 365 days in percent.
payouts_usd_1w
String
Выплаченная прибыль за последние 7 дней в USD.Paid profit for the last 7 days in USD.
payouts_usd_1m
String
Выплаченная прибыль за последние 30 дней в USD.Paid profit for the last 30 days in USD.
payouts_usd_1y
String
Выплаченная прибыль за последние 365 дней в USD.Paid profit for the last 365 days in USD.
base_liquidity
String
Общая ликвидность базового актива.Total liquidity of the base asset.
base_liquidity_usd
String
Общая ликвидность базового актива в USD.Total liquidity of the base asset in USD.
quote_liquidity
String
Общая ликвидность котируемого актива.Total liquidity of the quote asset.
quote_liquidity_usd
String
Общая ликвидность котируемого актива в USD.Total liquidity of the quote asset in USD.
timestamp
Integer
Метка времени кэширования данных.Data cache timestamp.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"price",
"providers",
"shares",
"apy_1w",
"apy_1m",
"apy_1y",
"payouts_usd_1w",
"payouts_usd_1m",
"payouts_usd_1y",
"base_liquidity",
"base_liquidity_usd",
"quote_liquidity",
"quote_liquidity_usd",
"timestamp"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,)."
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the GET method for this endpoint."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 1 request / 1 second."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
Глубина ордеровOrder depth
Этот эндпоинт позволяет получать глубину ордеров по рынкам.
При успешном выполнении эндпоинт возвращает список лучших ордеров на покупку и продажу, сгруппированных по цене.
This endpoint allows you to obtain order depth by market.
If executed successfully, the endpoint returns a list of the best buy and sell orders, grouped by price.
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
asks или asks,bids
Explicit selection of success response fields.
asks or asks,bids
pair
НетNo
String
Все парыAll pairs
Тикер торговой пары.
BTC_USDT или BTC_USDT,ETH_USDT
Ticker of the trading pair.
BTC_USDT or BTC_USDT,ETH_USDT
limit
1010
Integer
1010
Количество ценовых уровней, возвращаемых для каждой стороны стакана.
25 (от 1 до 100)
Number of price levels returned for each side of the order book.
25 (from 1 to 100)
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
asks
Array
Ордера на продажу сгруппированные по цене [цена (String), количество (String)].Sell orders grouped by price [price (String), amount (String)].
bids
Array
Ордера на покупку сгруппированные по цене [цена (String), количество (String)].Buy orders grouped by price [price (String), amount (String)].
timestamp
Integer
Метка времени кэширования данных.Data cache timestamp.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"asks",
"bids",
"timestamp"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,)."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The limit parameter is invalid.",
"allowed_format": "Integer | from 1 to 100."
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the GET method for this endpoint."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 10 requests / 1 second."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
История торговTrading history
Этот эндпоинт позволяет получать историю торгов по рынку.
При успешном выполнении эндпоинт возвращает историю последних сделок по рынку.
This endpoint allows you to retrieve the market's trading history.
If executed successfully, the endpoint returns the history of the most recent trades for the market.
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
id или id,side
Explicit selection of success response fields.
id or id,side
pair
ДаYes
String
НетNo
Тикер торговой пары.
BTC_USDT
Ticker of the trading pair.
BTC_USDT
min_timestamp
НетNo
Integer
11
Начальная метка времени.
1787798000 (от 1 до 9999999999)
Start timestamp.
1787798000 (from 1 to 9999999999)
max_timestamp
НетNo
Integer
99999999999999999999
Конечная метка времени.
1787799000 (от 1 до 9999999999)
End timestamp.
1787799000 (from 1 to 9999999999)
min_id
НетNo
Integer
11
Начальный идентификатор сделки.
100 (от 1 до 9999999999)
Initial trade identifier.
100 (from 1 to 9999999999)
max_id
НетNo
Integer
99999999999999999999
Конечный идентификатор сделки.
1100 (от 1 до 9999999999)
End trade identifier.
1100 (from 1 to 9999999999)
limit
НетNo
Integer
1010
Количество сделок.
25 (от 1 до 1000)
Number of trades.
25 (from 1 to 1000)
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
id
Integer
Идентификатор сделки.Trade identifier.
side
String
Сторона сделки.Trade side.
price
String
Цена сделки.Trade price.
base_amount
String
Объем сделки в базовом активе.The volume of the trade in the base asset.
quote_amount
String
Объем сделки в котируемом активе.The volume of the trade in a quote asset.
volume_usd
String
Объем сделки в USD.The volume of the transaction in USD.
timestamp
Integer
Метка времени проведения сделки.Timestamp of the trade.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"id",
"side",
"price",
"base_amount",
"quote_amount",
"volume_usd",
"timestamp"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter is invalid."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The min_timestamp parameter is invalid.",
"allowed_format": "Integer | from 1 to 9999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The max_timestamp parameter is invalid.",
"allowed_format": "Integer | from 1 to 9999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The min_timestamp parameter must be less than the max_timestamp parameter."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The min_id parameter is invalid.",
"allowed_format": "Integer | from 1 to 9999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The max_id parameter is invalid.",
"allowed_format": "Integer | from 1 to 9999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The min_id parameter must be less than the max_id parameter."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The limit parameter is invalid.",
"allowed_format": "Integer | from 1 to 1000."
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the GET method for this endpoint."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 1 request / 1 second."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
История свечейCandles history
Этот эндпоинт позволяет получать историю свечей по рынку.
This endpoint allows you to retrieve candlestick history for the market.
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
open или open,close
Explicit selection of success response fields.
open or open,close
pair
ДаYes
String
НетNo
Тикер торговой пары.
BTC_USDT
Ticker of the trading pair.
BTC_USDT
resolution
ДаYes
String
НетNo
Таймфрейм свечи.
1H (допустимые значения: 15, 1H, 1D, 1W, 1M)
Candlestick timeframe.
1H (valid values: 15, 1H, 1D, 1W, 1M)
min_timestamp
НетNo
Integer
11
Начальная метка времени.
1787798000 (от 1 до 9999999999)
Start timestamp.
1787798000 (from 1 to 9999999999)
max_timestamp
НетNo
Integer
99999999999999999999
Конечная метка времени.
1787799000 (от 1 до 9999999999)
End timestamp.
1787799000 (from 1 to 9999999999)
limit
НетNo
Integer
1010
Количество свечей.
25 (от 1 до 1000)
Number of candles.
25 (from 1 to 1000)
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
open
String
Цена открытия.Opening price.
close
String
Цена закрытия.Closing price.
high
String
Максимальная цена.Maximum price.
low
String
Минимальная цена.Minimum price.
base_volume
String
Объем в базовом активе.The volume in the base asset.
quote_volume
String
Объем в котируемом активе.The volume in a quote asset.
volume_usd
String
Объем в USD.The volume in USD.
timestamp
Integer
Метка времени начала свечи.Candle start timestamp.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"open",
"close",
"high",
"low",
"base_volume",
"quote_volume",
"volume_usd",
"timestamp"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter is invalid."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The resolution parameter is invalid.",
"allowed_format": "String.",
"allowed_values": [
"15",
"1H",
"1D",
"1W",
"1M"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The min_timestamp parameter is invalid.",
"allowed_format": "Integer | from 1 to 9999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The max_timestamp parameter is invalid.",
"allowed_format": "Integer | from 1 to 9999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The min_timestamp parameter must be less than the max_timestamp parameter."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The limit parameter is invalid.",
"allowed_format": "Integer | from 1 to 1000."
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the GET method for this endpoint."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 1 request / 1 second."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
Создание ордераCreate order
Этот эндпоинт позволяет создавать новые ордера на спотовых рынках.
При успешном выполнении эндпоинт возвращает объект ордера.
This endpoint allows you to create new orders on spot markets.
If executed successfully, the endpoint returns an order object.
ЗаголовкиHeaders
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название заголовка и его обязательность.
The «Title / Required» column displays the title of the heading and whether it is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип заголовка и его значение по умолчанию.
The «Type / Default» column displays the header type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание заголовка и примеры указания заголовка.
The «Description / Examples» column displays the title description and examples of how to specify the title.
API-KEY
ДаYes
String
НетNo
Публичный API ключ.
HEX 64 символа
Public API key.
HEX 64 characters
API-SIGN
ДаYes
String
НетNo
Цифровая подпись запроса.
HEX 128 символов
Digital signature of the request.
HEX 128 characters
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
order_id или order_id,pair
Explicit selection of success response fields.
order_id or order_id,pair
tonce
ДаYes
Integer
НетNo
Метка времени UNIX в миллисекундах
1489617308123 (должна быть уникальной для каждого запроса)
UNIX timestamp in milliseconds
1489617308123 (must be unique for each request)
label
НетNo
String
НетNo
Метка ордера.
Strategy Grid 1
Order label.
Strategy Grid 1
pair
ДаYes
String
НетNo
Тикер торговой пары.
BTC_USDT
Ticker of the trading pair.
BTC_USDT
type
ДаYes
String
НетNo
Тип ордера (limit, market, stop_limit, stop_market).
limit
Order type (limit, market, stop_limit, stop_market).
limit
side
ДаYes
String
НетNo
Сторона ордера (buy,sell).
buy
Order side (buy, sell).
buy
stop_price
Да/нетYes/no
String
НетNo
Цена активации отложенного ордера.
Обязательный для ордеров с типом stop_limit и stop_market.
0.0001 (от 0.0000000001 до 999999999999999).
The price to activate a pending order.
Mandatory for stop_limit and stop_market order types.
0.0001 (from 0.0000000001 to 999999999999999).
requested_price
Да/нетYes/no
String
НетNo
Запрошенная лимитная цена.
Обязательный для ордеров с типом limit и stop_limit.
1000 (от 0.0000000001 до 999999999999999).
Requested limit price.
Mandatory for limit and stop_limit order types.
1000 (from 0.0000000001 to 999999999999999).
requested_base_amount
Да/нетYes/no
String
НетNo
Запрошенный лимитный/рыночный объем в базовом активе.
Обязательный для ордеров с типом limit и stop_limit, а также для market и stop_market, если требуется выполнить покупку/продажу в базовом активе по рынку.
1000 (от 0.0000000001 до 999999999999999).
Requested limit/market volume in the base asset.
Required for the limit and stop_limit order types, as well as for market and stop_market if a buy/sell order in the base asset is required at the market.
1000 (from 0.0000000001 to 999999999999999).
requested_quote_amount
Да/нетYes/no
String
НетNo
Запрошенный рыночный объем в котируемом активе.
Обязательный для ордеров с типом market и stop_market если требуется выполнить покупку/продажу в котируемом активе по рынку.
1000 (от 0.0000000001 до 999999999999999).
The requested market volume in the quote asset.
Required for the market and stop_market order types if a buy/sell order in the quote asset is required at the market price.
1000 (from 0.0000000001 to 999999999999999).
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
order_id
Integer
Идентификатор ордера.Order identifier.
label
String
Метка ордера.Order label.
status
String
Статус ордера.Order status.
pair
String
Тикер торговой пары.Ticker of the trading pair.
type
String
Тип ордера.Order type.
side
String
Сторона ордера.Order side.
stop_price
String
Цена активации отложенного ордера.The price to activate a pending order.
requested_price
String
Запрошенная (лимитная) цена ордера.Requested (limit) order price.
average_price
String
Средняя цена заполненного объема.Average price of filled volume.
requested_base_amount
String
Запрошенный объем в базовом активе.The requested volume in the base asset.
filled_base_amount
String
Заполненный объем в базовом активе.The filled volume in the base asset.
unfilled_base_amount
String
Незаполненный объем в базовом активе.Unfilled volume in the base asset.
requested_quote_amount
String
Запрошенный объем в котируемом активе.Requested volume in the quote asset.
filled_quote_amount
String
Заполненный объем в котируемом активе.The filled volume in the quote asset.
unfilled_quote_amount
String
Незаполненный объем в котируемом активе.Unfilled volume in the quote asset.
filled_percent
String
Заполненный объем в процентах.Filled volume in percent.
trades_count
Integer
Количество торговых сделок.Number of trades.
timestamp_create
Integer
Метка времени создания ордера.Order creation timestamp.
timestamp_update
Integer
Метка времени обновления ордера.Order update timestamp.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"order_id",
"label",
"status",
"pair",
"type",
"side",
"stop_price",
"requested_price",
"average_price",
"requested_base_amount",
"filled_base_amount",
"unfilled_base_amount",
"requested_quote_amount",
"filled_quote_amount",
"unfilled_quote_amount",
"filled_percent",
"trades_count",
"timestamp_create",
"timestamp_update"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter is invalid.",
"allowed_format": "Integer | UNIX timestamp in milliseconds"
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter exceeds the server time."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The label parameter is invalid.",
"allowed_format": "String | a-zA-Z0-9 | from 1 to 25 characters."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter is invalid."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The type parameter is invalid.",
"allowed_format": "String.",
"allowed_values": [
"limit",
"market",
"stop_limit",
"stop_market"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The side parameter is invalid.",
"allowed_format": "String.",
"allowed_values": [
"buy",
"sell"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The stop_price parameter is invalid.",
"allowed_format": "String | from 0.0000000001 to 999999999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The requested_price parameter is invalid.",
"allowed_format": "String | from 0.0000000001 to 999999999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The requested_base_amount parameter is invalid.",
"allowed_format": "String | from 0.0000000001 to 999999999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The requested_quote_amount parameter is invalid.",
"allowed_format": "String | from 0.0000000001 to 999999999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "For market and stop_market orders, you must specify exactly one of the requested_base_amount or requested_quote_amount parameters.",
"allowed_format": "String | from 0.0000000001 to 999999999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "Insufficient funds"
}
401
Unauthorized
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-KEY header is invalid.",
"allowed_format": "String | 64 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The tonce parameter must be greater than the last accepted tonce."
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is invalid.",
"allowed_format": "String | 128 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is wrong."
}
403
Forbidden
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The API key does not have permission to call this endpoint."
}
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The IP address is not allowed for this API key."
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the POST method for this endpoint."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 10 requests / 1 second."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
Отмена ордеровCancel orders
Этот эндпоинт позволяет отменять открытые и отложенные ордера по идентификаторам ордеров.
При успешном выполнении эндпоинт возвращает данные по запрошенным ордерам в формате истории ордеров.
This endpoint allows you to cancel open and pending orders by order identifiers.
If executed successfully, the endpoint returns data on the requested orders in order history format.
ЗаголовкиHeaders
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название заголовка и его обязательность.
The «Title / Required» column displays the title of the heading and whether it is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип заголовка и его значение по умолчанию.
The «Type / Default» column displays the header type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание заголовка и примеры указания заголовка.
The «Description / Examples» column displays the title description and examples of how to specify the title.
API-KEY
ДаYes
String
НетNo
Публичный API ключ.
HEX 64 символа
Public API key.
HEX 64 characters
API-SIGN
ДаYes
String
НетNo
Цифровая подпись запроса.
HEX 128 символов
Digital signature of the request.
HEX 128 characters
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
order_id или order_id,pair
Explicit selection of success response fields.
order_id or order_id,pair
tonce
ДаYes
Integer
НетNo
Метка времени UNIX в миллисекундах.
1489617308123 (должна быть уникальной для каждого запроса)
UNIX timestamp in milliseconds.
1489617308123 (must be unique for each request)
order_id
ДаYes
Integer
НетNo
Идентификатор ордера.
1 или 1,2
Order identifier.
1 or 1,2
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
order_id
Integer
Идентификатор ордера.Order identifier.
label
String
Метка ордера.Order label.
status
String
Статус ордера (canceled - отменен только что, already_canceled - уже был отменен ранее).Order status (canceled - just canceled, already_canceled - was already canceled earlier).
pair
String
Тикер торговой пары.Ticker of the trading pair.
type
String
Тип ордера.Order type.
side
String
Сторона ордера.Order side.
stop_price
String
Цена активации отложенного ордера.The price to activate a pending order.
requested_price
String
Запрошенная (лимитная) цена ордера.Requested (limit) order price.
average_price
String
Средняя цена заполненного объема.Average price of filled volume.
requested_base_amount
String
Запрошенный объем в базовом активе.The requested volume in the base asset.
filled_base_amount
String
Заполненный объем в базовом активе.The filled volume in the base asset.
unfilled_base_amount
String
Незаполненный объем в базовом активе.Unfilled volume in the base asset
requested_quote_amount
String
Запрошенный объем в котируемом активе.Requested volume in the quote asset.
filled_quote_amount
String
Заполненный объем в котируемом активе.The filled volume in the quote asset.
unfilled_quote_amount
String
Незаполненный объем в котируемом активе.Unfilled volume in the quote asset
filled_percent
String
Заполненный объем в процентах.Filled volume in percent.
trades_count
Integer
Количество торговых сделок.Number of trades.
timestamp_create
Integer
Метка времени создания ордера.Order creation timestamp.
timestamp_update
Integer
Метка времени обновления ордера.Order update timestamp.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"order_id",
"label",
"status",
"pair",
"type",
"side",
"stop_price",
"requested_price",
"average_price",
"requested_base_amount",
"filled_base_amount",
"unfilled_base_amount",
"requested_quote_amount",
"filled_quote_amount",
"unfilled_quote_amount",
"filled_percent",
"trades_count",
"timestamp_create",
"timestamp_update"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter is invalid.",
"allowed_format": "Integer | UNIX timestamp in milliseconds"
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter exceeds the server time."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The order_id parameter is invalid.",
"allowed_format": "Integer | you can specify multiple values separated by commas (,)."
}
401
Unauthorized
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-KEY header is invalid.",
"allowed_format": "String | 64 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The tonce parameter must be greater than the last accepted tonce."
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is invalid.",
"allowed_format": "String | 128 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is wrong."
}
403
Forbidden
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The API key does not have permission to call this endpoint."
}
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The IP address is not allowed for this API key."
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the POST method for this endpoint."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 1 request / 1 second."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
Отмена всех ордеровCancel all orders
Этот эндпоинт позволяет отменять все открытые и отложенные ордера по фильтрам.
При успешном выполнении эндпоинт возвращает данные по отмененным ордерам в формате истории ордеров.
This endpoint allows you to cancel all open and pending orders based on filters.
If executed successfully, the endpoint returns data on canceled orders in order history format.
ЗаголовкиHeaders
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название заголовка и его обязательность.
The «Title / Required» column displays the title of the heading and whether it is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип заголовка и его значение по умолчанию.
The «Type / Default» column displays the header type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание заголовка и примеры указания заголовка.
The «Description / Examples» column displays the title description and examples of how to specify the title.
API-KEY
ДаYes
String
НетNo
Публичный API ключ.
HEX 64 символа
Public API key.
HEX 64 characters
API-SIGN
ДаYes
String
НетNo
Цифровая подпись запроса.
HEX 128 символов
Digital signature of the request.
HEX 128 characters
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
order_id или order_id,pair
Explicit selection of success response fields.
order_id or order_id,pair
tonce
ДаYes
Integer
НетNo
Метка времени UNIX в миллисекундах.
1489617308123 (должна быть уникальной для каждого запроса)
UNIX timestamp in milliseconds.
1489617308123 (must be unique for each request)
pair
НетNo
String
Все парыAll pairs
Тикер торговой пары.
BTC_USDT или BTC_USDT,ETH_USDT
Ticker of the trading pair.
BTC_USDT or BTC_USDT,ETH_USDT
type
НетNo
String
Все типы ордеровAll order types
Тип ордера (limit, stop_limit, stop_market).
limit или limit,stop_limit
Order type (limit, stop_limit, stop_market).
limit or limit,stop_limit
side
НетNo
String
Все стороны ордеровAll order side
Сторона ордера.
buy или buy,sell
Order side (buy, sell).
buy or buy,sell
min_price
НетNo
String
0.00000000010.0000000001
Минимальная цена.
0.0001 (от 0.0000000001 до 999999999999999).
Minimum price.
0.0001 (from 0.0000000001 to 999999999999999).
max_price
НетNo
String
999999999999999999999999999999
Максимальная цена.
1000 (от 0.0000000001 до 999999999999999).
Maximum price.
1000 (from 0.0000000001 to 999999999999999).
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
order_id
Integer
Идентификатор ордера.Order identifier.
label
String
Метка ордера.Order label.
status
String
Статус ордера.Order status.
pair
String
Тикер торговой пары.Ticker of the trading pair.
type
String
Тип ордера.Order type.
side
String
Сторона ордера.Order side.
stop_price
String
Цена активации отложенного ордера.The price to activate a pending order.
requested_price
String
Запрошенная (лимитная) цена ордера.Requested (limit) order price.
average_price
String
Средняя цена заполненного объема.Average price of filled volume.
requested_base_amount
String
Запрошенный объем в базовом активе.The requested volume in the base asset.
filled_base_amount
String
Заполненный объем в базовом активе.The filled volume in the base asset.
unfilled_base_amount
String
Незаполненный объем в базовом активе.Unfilled volume in the base asset
requested_quote_amount
String
Запрошенный объем в котируемом активе.Requested volume in the quote asset.
filled_quote_amount
String
Заполненный объем в котируемом активе.The filled volume in the quote asset.
unfilled_quote_amount
String
Незаполненный объем в котируемом активе.Unfilled volume in the quote asset
filled_percent
String
Заполненный объем в процентах.Filled volume in percent.
trades_count
Integer
Количество торговых сделок.Number of trades.
timestamp_create
Integer
Метка времени создания ордера.Order creation timestamp.
timestamp_update
Integer
Метка времени обновления ордера.Order update timestamp.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"order_id",
"label",
"status",
"pair",
"type",
"side",
"stop_price",
"requested_price",
"average_price",
"requested_base_amount",
"filled_base_amount",
"unfilled_base_amount",
"requested_quote_amount",
"filled_quote_amount",
"unfilled_quote_amount",
"filled_percent",
"trades_count",
"timestamp_create",
"timestamp_update"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter is invalid.",
"allowed_format": "Integer | UNIX timestamp in milliseconds"
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter exceeds the server time."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,)."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The type parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The type parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"limit",
"stop_limit",
"stop_market"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The side parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The side parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"buy",
"sell"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The min_price parameter is invalid.",
"allowed_format": "Integer | from 0.0000000001 to 999999999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The max_price parameter is invalid.",
"allowed_format": "Integer | from 0.0000000001 to 999999999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The min_price parameter must be less than the max_price parameter."
}
401
Unauthorized
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-KEY header is invalid.",
"allowed_format": "String | 64 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The tonce parameter must be greater than the last accepted tonce."
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is invalid.",
"allowed_format": "String | 128 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is wrong."
}
403
Forbidden
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The API key does not have permission to call this endpoint."
}
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The IP address is not allowed for this API key."
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the POST method for this endpoint."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 1 request / 1 second."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
Открытые ордераOpen orders
Этот эндпоинт позволяет получать открытые ордера.
This endpoint allows you to retrieve open orders.
ЗаголовкиHeaders
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название заголовка и его обязательность.
The «Title / Required» column displays the title of the heading and whether it is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип заголовка и его значение по умолчанию.
The «Type / Default» column displays the header type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание заголовка и примеры указания заголовка.
The «Description / Examples» column displays the title description and examples of how to specify the title.
API-KEY
ДаYes
String
НетNo
Публичный API ключ.
HEX 64 символа
Public API key.
HEX 64 characters
API-SIGN
ДаYes
String
НетNo
Цифровая подпись запроса.
HEX 128 символов
Digital signature of the request.
HEX 128 characters
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
order_id или order_id,pair
Explicit selection of success response fields.
order_id or order_id,pair
tonce
ДаYes
Integer
НетNo
Метка времени UNIX в миллисекундах.
1489617308123 (должна быть уникальной для каждого запроса)
UNIX timestamp in milliseconds.
1489617308123 (must be unique for each request)
pair
НетNo
String
Все парыAll pairs
Тикер торговой пары.
BTC_USDT или BTC_USDT,ETH_USDT
Ticker of the trading pair.
BTC_USDT or BTC_USDT,ETH_USDT
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
order_id
Integer
Идентификатор ордера.Order identifier.
label
String
Метка ордера.Order label.
status
String
Статус ордера (opened - новый, filling - частично заполненный).Order status (opened - new, filling - partially filled).
pair
String
Тикер торговой пары.Ticker of the trading pair.
type
String
Тип ордера.Order type.
side
String
Сторона ордера.Order side.
stop_price
String
Цена активации отложенного ордера.The price to activate a pending order.
Средняя цена заполненного объема.Average price of filled volume.
requested_base_amount
String
Запрошенный объем в базовом активе.Requested volume in the base asset.
filled_base_amount
String
Заполненный объем в базовом активе.The filled volume in the base asset.
unfilled_base_amount
String
Незаполненный объем в базовом активе.Unfilled volume in the base asset
requested_quote_amount
String
Запрошенный объем в котируемом активе.Requested volume in the quote asset.
filled_quote_amount
String
Заполненный объем в котируемом активе.The filled volume in the quote asset.
unfilled_quote_amount
String
Незаполненный объем в котируемом активе.Unfilled volume in the quote asset.
filled_percent
String
Заполненный объем в процентах.Filled volume in percent.
trades_count
Integer
Количество торговых сделок.Number of trades.
timestamp_create
Integer
Метка времени создания ордера.Order creation timestamp.
timestamp_update
Integer
Метка времени обновления ордера.Order update timestamp.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"order_id",
"label",
"status",
"pair",
"type",
"side",
"stop_price",
"requested_price",
"average_price",
"requested_base_amount",
"filled_base_amount",
"unfilled_base_amount",
"requested_quote_amount",
"filled_quote_amount",
"unfilled_quote_amount",
"filled_percent",
"trades_count",
"timestamp_create",
"timestamp_update"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter is invalid.",
"allowed_format": "Integer | UNIX timestamp in milliseconds"
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter exceeds the server time."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,)."
}
401
Unauthorized
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-KEY header is invalid.",
"allowed_format": "String | 64 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The tonce parameter must be greater than the last accepted tonce."
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is invalid.",
"allowed_format": "String | 128 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is wrong."
}
403
Forbidden
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The API key does not have permission to call this endpoint."
}
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The IP address is not allowed for this API key."
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the POST method for this endpoint."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 1 request / 1 second."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
Отложенные ордераPending orders
Этот эндпоинт позволяет получать отложенные ордера.
This endpoint allows you to receive pending orders.
ЗаголовкиHeaders
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название заголовка и его обязательность.
The «Title / Required» column displays the title of the heading and whether it is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип заголовка и его значение по умолчанию.
The «Type / Default» column displays the header type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание заголовка и примеры указания заголовка.
The «Description / Examples» column displays the title description and examples of how to specify the title.
API-KEY
ДаYes
String
НетNo
Публичный API ключ.
HEX 64 символа
Public API key.
HEX 64 characters
API-SIGN
ДаYes
String
НетNo
Цифровая подпись запроса.
HEX 128 символов
Digital signature of the request.
HEX 128 characters
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
order_id или order_id,pair
Explicit selection of success response fields.
order_id or order_id,pair
tonce
ДаYes
Integer
НетNo
Метка времени UNIX в миллисекундах.
1489617308123 (должна быть уникальной для каждого запроса)
UNIX timestamp in milliseconds.
1489617308123 (must be unique for each request)
pair
НетNo
String
Все парыAll pairs
Тикер торговой пары.
BTC_USDT или BTC_USDT,ETH_USDT
Ticker of the trading pair.
BTC_USDT or BTC_USDT,ETH_USDT
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
order_id
Integer
Идентификатор ордера.Order identifier.
label
String
Метка ордера.Order label.
status
String
Статус ордера (waiting - ожидает достижения стоп-цены).Order status (waiting - waiting for the stop price to be reached).
pair
String
Тикер торговой пары.Ticker of the trading pair.
type
String
Тип ордера.Order type.
side
String
Сторона ордера.Order side.
stop_price
String
Цена активации отложенного ордера.Pending order activation price.
requested_price
String
Запрошенная (лимитная) цена ордера.Requested (limit) order price.
average_price
String
Средняя цена заполненного объема.Average price of filled volume.
requested_base_amount
String
Запрошенный объем в базовом активе.Requested volume in the base asset.
filled_base_amount
String
Заполненный объем в базовом активе.The filled volume in the base asset.
unfilled_base_amount
String
Незаполненный объем в базовом активе.Unfilled volume in the base asset.
requested_quote_amount
String
Запрошенный объем в котируемом активе.Requested volume in the quote asset.
filled_quote_amount
String
Заполненный объем в котируемом активе.The filled volume in the quote asset.
unfilled_quote_amount
String
Незаполненный объем в котируемом активе.Unfilled volume in the quote asset.
filled_percent
String
Заполненный объем в процентах.Filled volume in percent.
trades_count
Integer
Количество торговых сделок.Number of trades.
timestamp_create
Integer
Метка времени создания ордера.Order creation timestamp.
timestamp_update
Integer
Метка времени обновления ордера.Order update timestamp.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"order_id",
"label",
"status",
"pair",
"type",
"side",
"stop_price",
"requested_price",
"average_price",
"requested_base_amount",
"filled_base_amount",
"unfilled_base_amount",
"requested_quote_amount",
"filled_quote_amount",
"unfilled_quote_amount",
"filled_percent",
"trades_count",
"timestamp_create",
"timestamp_update"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter is invalid.",
"allowed_format": "Integer | UNIX timestamp in milliseconds"
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter exceeds the server time."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,)."
}
401
Unauthorized
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-KEY header is invalid.",
"allowed_format": "String | 64 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The tonce parameter must be greater than the last accepted tonce."
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is invalid.",
"allowed_format": "String | 128 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is wrong."
}
403
Forbidden
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The API key does not have permission to call this endpoint."
}
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The IP address is not allowed for this API key."
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the POST method for this endpoint."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 1 request / 1 second."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required field in responses. This speeds up response times and reduces data traffic.
История ордеровOrder history
Этот эндпоинт позволяет получать историю ордеров.
This endpoint allows you to retrieve order history.
ЗаголовкиHeaders
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название заголовка и его обязательность.
The «Title / Required» column displays the title of the heading and whether it is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип заголовка и его значение по умолчанию.
The «Type / Default» column displays the header type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание заголовка и примеры указания заголовка.
The «Description / Examples» column displays the title description and examples of how to specify the title.
API-KEY
ДаYes
String
НетNo
Публичный API ключ.
HEX 64 символа
Public API key.
HEX 64 characters
API-SIGN
ДаYes
String
НетNo
Цифровая подпись запроса.
HEX 128 символов
Digital signature of the request.
HEX 128 characters
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
order_id или order_id,pair
Explicit selection of success response fields.
order_id or order_id,pair
tonce
ДаYes
Integer
НетNo
Метка времени UNIX в миллисекундах.
1489617308123 (должна быть уникальной для каждого запроса)
UNIX timestamp in milliseconds.
1489617308123 (must be unique for each request)
pair
НетNo
String
Все парыAll pairs
Тикер торговой пары.
BTC_USDT или BTC_USDT,ETH_USDT
Ticker of the trading pair.
BTC_USDT or BTC_USDT,ETH_USDT
min_timestamp_create
НетNo
Integer
11
Минимальная метка времени создания ордера.
1787798000 (от 1 до 9999999999)
Minimum order creation timestamp.
1787798000 (from 1 to 9999999999)
max_timestamp_create
НетNo
Integer
99999999999999999999
Максимальная метка времени создания ордера.
1787799000 (от 1 до 9999999999)
Maximum order creation timestamp.
1787799000 (from 1 to 9999999999)
limit
НетNo
Integer
1010
Количество ордеров.
25 (от 1 до 1000)
Number of orders.
25 (from 1 to 1000)
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
order_id
Integer
Идентификатор ордера.Order identifier.
label
String
Метка ордера.Order label.
status
String
Статус ордера.Order status.
pair
String
Тикер торговой пары.Ticker of the trading pair.
type
String
Тип ордера.Order type.
side
String
Сторона ордера.Order side.
stop_price
String
Цена активации отложенного ордера.The price to activate a pending order.
requested_price
String
Запрошенная (лимитная) цена ордера.Requested (limit) order price.
average_price
String
Средняя цена заполненного объема.Average price of filled volume.
requested_base_amount
String
Запрошенный объем в базовом активе.The requested volume in the base asset.
filled_base_amount
String
Заполненный объем в базовом активе.The filled volume in the base asset.
unfilled_base_amount
String
Незаполненный объем в базовом активе.Unfilled volume in the base asset.
requested_quote_amount
String
Запрошенный объем в котируемом активе.Requested volume in the quote asset.
filled_quote_amount
String
Заполненный объем в котируемом активе.The filled volume in the quote asset.
unfilled_quote_amount
String
Незаполненный объем в котируемом активе.Unfilled volume in the quote asset
filled_percent
String
Заполненный объем в процентах.Filled volume in percent.
trades_count
Integer
Количество торговых сделок.Number of trades.
timestamp_create
Integer
Метка времени создания ордера.Order creation timestamp.
timestamp_update
Integer
Метка времени обновления ордера.Order update timestamp.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"order_id",
"label",
"status",
"pair",
"type",
"side",
"stop_price",
"requested_price",
"average_price",
"requested_base_amount",
"filled_base_amount",
"unfilled_base_amount",
"requested_quote_amount",
"filled_quote_amount",
"unfilled_quote_amount",
"filled_percent",
"trades_count",
"timestamp_create",
"timestamp_update"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter is invalid.",
"allowed_format": "Integer | UNIX timestamp in milliseconds"
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter exceeds the server time."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter is invalid."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The min_timestamp parameter is invalid.",
"allowed_format": "Integer | from 1 to 9999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The max_timestamp parameter is invalid.",
"allowed_format": "Integer | from 1 to 9999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The min_timestamp parameter must be less than the max_timestamp parameter."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The limit parameter is invalid.",
"allowed_format": "Integer | from 1 to 1000."
}
401
Unauthorized
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-KEY header is invalid.",
"allowed_format": "String | 64 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The tonce parameter must be greater than the last accepted tonce."
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is invalid.",
"allowed_format": "String | 128 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is wrong."
}
403
Forbidden
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The API key does not have permission to call this endpoint."
}
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The IP address is not allowed for this API key."
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the POST method for this endpoint."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 1 request / 1 second."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
История сделокTrades history
Этот эндпоинт позволяет получать историю последних сделок.
This endpoint allows you to get the history of recent trades.
ЗаголовкиHeaders
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название заголовка и его обязательность.
The «Title / Required» column displays the title of the heading and whether it is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип заголовка и его значение по умолчанию.
The «Type / Default» column displays the header type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание заголовка и примеры указания заголовка.
The «Description / Examples» column displays the title description and examples of how to specify the title.
API-KEY
ДаYes
String
НетNo
Публичный API ключ.
HEX 64 символа
Public API key.
HEX 64 characters
API-SIGN
ДаYes
String
НетNo
Цифровая подпись запроса.
HEX 128 символов
Digital signature of the request.
HEX 128 characters
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
pair или pair,side
Explicit selection of success response fields.
pair or pair,side
tonce
ДаYes
Integer
НетNo
Метка времени UNIX в миллисекундах.
1489617308123 (должна быть уникальной для каждого запроса)
UNIX timestamp in milliseconds.
1489617308123 (must be unique for each request)
pair
НетNo
String
Все парыAll pairs
Тикер торговой пары.
BTC_USDT или BTC_USDT,ETH_USDT
Ticker of the trading pair.
BTC_USDT or BTC_USDT,ETH_USDT
min_timestamp
НетNo
Integer
11
Начальная метка времени.
1787798000 (от 1 до 9999999999)
Start timestamp.
1787798000 (from 1 to 9999999999)
max_timestamp
НетNo
Integer
99999999999999999999
Конечная метка времени.
1787799000 (от 1 до 9999999999)
End timestamp.
1787799000 (from 1 to 9999999999)
limit
НетNo
Integer
1010
Количество сделок.
25 (от 1 до 1000)
Number of trades.
25 (from 1 to 1000)
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
pair
String
Тикер торговой пары.Ticker of the trading pair.
side
String
Сторона сделки.Trade side.
price
String
Цена сделки.Trade price.
base_amount
String
Объем сделки в базовом активе.The volume of the trade in the base asset.
quote_amount
String
Объем сделки в котируемом активе.The volume of the trade in a quote asset.
volume_usd
String
Объем сделки в USD.The volume of the transaction in USD.
fee_asset_ticker
String
Тикер актива оплаты комиссии.Ticker of the fee payment asset.
fee
String
Комиссия сделки.Trade commission.
fee_usd
String
Комиссия сделки в USD.Trade commission in the USD.
fee_percent
String
Комиссия сделки в процентах.Trade commission in the percent.
role
String
Роль сделки.The role of the trade.
timestamp
Integer
Метка времени проведения сделки.Timestamp of the trade.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"pair",
"side",
"price",
"base_amount",
"quote_amount",
"volume_usd",
"fee_asset_ticker",
"fee",
"fee_usd",
"fee_percent",
"role",
"timestamp"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter is invalid.",
"allowed_format": "Integer | UNIX timestamp in milliseconds"
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter exceeds the server time."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The pair parameter is invalid."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The min_timestamp parameter is invalid.",
"allowed_format": "Integer | from 1 to 9999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The max_timestamp parameter is invalid.",
"allowed_format": "Integer | from 1 to 9999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The min_timestamp parameter must be less than the max_timestamp parameter."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The limit parameter is invalid.",
"allowed_format": "Integer | from 1 to 1000."
}
401
Unauthorized
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-KEY header is invalid.",
"allowed_format": "String | 64 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The tonce parameter must be greater than the last accepted tonce."
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is invalid.",
"allowed_format": "String | 128 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is wrong."
}
403
Forbidden
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The API key does not have permission to call this endpoint."
}
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The IP address is not allowed for this API key."
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the POST method for this endpoint."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 1 request / 1 second."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
БалансыBalances
Этот эндпоинт позволяет получать информацию о балансах.
При успешном выполнении запроса эндпоинт возвращает доступные балансы, зарезервированные балансы в ордерах и пулах ликвидности.
This endpoint allows you to retrieve balance information.
If the request is successful, the endpoint returns available balances, reserved balances in orders, and liquidity pools.
ЗаголовкиHeaders
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название заголовка и его обязательность.
The «Title / Required» column displays the title of the heading and whether it is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип заголовка и его значение по умолчанию.
The «Type / Default» column displays the header type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание заголовка и примеры указания заголовка.
The «Description / Examples» column displays the title description and examples of how to specify the title.
API-KEY
ДаYes
String
НетNo
Публичный API ключ.
HEX 64 символа
Public API key.
HEX 64 characters
API-SIGN
ДаYes
String
НетNo
Цифровая подпись запроса.
HEX 128 символов
Digital signature of the request.
HEX 128 characters
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
total или total,available
Explicit selection of success response fields.
total or total,available
tonce
ДаYes
Integer
НетNo
Метка времени UNIX в миллисекундах.
1489617308123 (должна быть уникальной для каждого запроса)
UNIX timestamp in milliseconds.
1489617308123 (must be unique for each request)
currency
НетNo
String
Все валютыAll currencies
Тикер валюты.
BTC or BTC,ETH
Currency ticker.
BTC or BTC,ETH
hide_zeros
НетNo
Boolean
falsefalse
Скрыть нулевые балансы.
true
Hide zero balances.
true
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
total
String
Общая сумма активов.Total assets.
available
String
Сумма доступных активов.Amount of available assets.
in_orders
String
Активы, замороженные в ордерах.Assets frozen in orders.
in_pools
String
Активы, замороженные в пулах ликвидности.Assets frozen in pools.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"total",
"available",
"in_orders",
"in_pools"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter is invalid.",
"allowed_format": "Integer | UNIX timestamp in milliseconds"
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter exceeds the server time."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The currency parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The currency parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,)."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The hide_zeros parameter is invalid.",
"allowed_format": "Boolean."
}
401
Unauthorized
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-KEY header is invalid.",
"allowed_format": "String | 64 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The tonce parameter must be greater than the last accepted tonce."
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is invalid.",
"allowed_format": "String | 128 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is wrong."
}
403
Forbidden
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The API key does not have permission to call this endpoint."
}
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The IP address is not allowed for this API key."
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the POST method for this endpoint."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 1 request / 1 second."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
Адреса для депозитовDeposit addresses
Этот эндпоинт позволяет получать сгенерированные адреса для пополнения баланса для монет и сетей.
This endpoint allows you to receive generated addresses for replenishing the balance for coins and networks.
ЗаголовкиHeaders
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название заголовка и его обязательность.
The «Title / Required» column displays the title of the heading and whether it is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип заголовка и его значение по умолчанию.
The «Type / Default» column displays the header type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание заголовка и примеры указания заголовка.
The «Description / Examples» column displays the title description and examples of how to specify the title.
API-KEY
ДаYes
String
НетNo
Публичный API ключ.
HEX 64 символа
Public API key.
HEX 64 characters
API-SIGN
ДаYes
String
НетNo
Цифровая подпись запроса.
HEX 128 символов
Digital signature of the request.
HEX 128 characters
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
tonce
ДаYes
Integer
НетNo
Метка времени UNIX в миллисекундах.
1489617308123 (должна быть уникальной для каждого запроса)
UNIX timestamp in milliseconds.
1489617308123 (must be unique for each request)
currency
НетNo
String
Все валютыAll currencies
Тикер валюты.
BTC or BTC,ETH
Currency ticker.
BTC or BTC,ETH
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
chain
String
Тикер сети.Network ticker.
address
String
Адрес для депозита.Deposit address.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter is invalid.",
"allowed_format": "Integer | UNIX timestamp in milliseconds"
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter exceeds the server time."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The currency parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The currency parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,)."
}
401
Unauthorized
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-KEY header is invalid.",
"allowed_format": "String | 64 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The tonce parameter must be greater than the last accepted tonce."
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is invalid.",
"allowed_format": "String | 128 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is wrong."
}
403
Forbidden
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The API key does not have permission to call this endpoint."
}
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The IP address is not allowed for this API key."
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the POST method for this endpoint."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 1 request / 1 second."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
История транзакцийTransaction history
Этот эндпоинт позволяет получать историю последних транзакций.
This endpoint allows you to retrieve the history of recent transactions.
ЗаголовкиHeaders
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название заголовка и его обязательность.
The «Title / Required» column displays the title of the heading and whether it is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип заголовка и его значение по умолчанию.
The «Type / Default» column displays the header type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание заголовка и примеры указания заголовка.
The «Description / Examples» column displays the title description and examples of how to specify the title.
API-KEY
ДаYes
String
НетNo
Публичный API ключ.
HEX 64 символа
Public API key.
HEX 64 characters
API-SIGN
ДаYes
String
НетNo
Цифровая подпись запроса.
HEX 128 символов
Digital signature of the request.
HEX 128 characters
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
id или id,type
Explicit selection of success response fields.
id or id,type
tonce
ДаYes
Integer
НетNo
Метка времени UNIX в миллисекундах.
1489617308123 (должна быть уникальной для каждого запроса)
UNIX timestamp in milliseconds.
1489617308123 (must be unique for each request)
asset_ticker
НетNo
String
Все активыAll tickers
Тикер актива.
BTC or BTC,ETH
Asset ticker.
BTC or BTC,ETH
type
НетNo
String
Все типыAll types
Тип транзакции.
onchain или offchain
Transaction type.
onchain or offchain
direction
НетNo
String
Все направленияAll directions
Направление транзакции.
deposit или withdrawal
Transaction direction.
deposit or withdrawal
min_timestamp
НетNo
Integer
11
Начальная метка времени в секундах.
1787798000 (от 1 до 9999999999)
Start timestamp in seconds.
1787798000 (from 1 to 9999999999)
max_timestamp
НетNo
Integer
99999999999999999999
Конечная метка времени.
1787799000 (от 1 до 9999999999)
End timestamp.
1787799000 (from 1 to 9999999999)
limit
НетNo
Integer
1010
Количество транзакций.
25 (от 1 до 1000)
Number of transactions.
25 (from 1 to 1000)
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
id
Integer
Идентификатор транзакции внутри биржи.Transaction identifier within the exchange.
type
String
Тип транзакции (onchain - на блокчейне, offchain - внутри биржи).Transaction type (onchain - on the blockchain, offchain - inside the exchange).
txid
String
Идентификатор транзакции в блокчейне.Transaction identifier in the blockchain.
asset_ticker
String
Тикер актива.Asset ticker.
chain_ticker
String
Тикер сети.Network ticker.
direction
String
Направление транзакции (deposit - пополнение баланса, withdrawal - вывод средств).Transaction direction (deposit – balance replenishment, withdrawal – funds withdrawal).
amount
String
Сумма транзакции.Transaction amount.
amount_usd
String
Сумма транзакции в USD.Transaction amount in the USD.
fee_asset_ticker
String
Тикер актива комиссии биржи.Ticker of the asset exchange commission.
fee
String
Комиссия биржи.Exchange commission.
fee_usd
String
Комиссия биржи в USD.Exchange commission in the USD.
address
String
Адрес в блокчейне.Blockchain address.
sender_user_id
Integer
Идентификатор пользователя отправителя.Sender user identifier.
receiver_user_id
Integer
Идентификатор пользователя получателя.Recipient user identifier.
status
String
Статус транзакции (completed - транзакция выполнена, processing - в процессе выполнения).Transaction status (completed - the transaction is completed, processing - in the process of execution).
timestamp
Integer
Метка времени создания транзакции.Transaction creation timestamp.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"id",
"type",
"txid",
"asset_ticker",
"chain_ticker",
"direction",
"amount",
"amount_usd",
"fee_asset_ticker",
"fee",
"fee_usd",
"address",
"sender_user_id",
"receiver_user_id",
"status",
"timestamp"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter is invalid.",
"allowed_format": "Integer | UNIX timestamp in milliseconds"
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter exceeds the server time."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The asset_ticker parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The asset_ticker parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,)."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The type parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The type parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"onchain",
"offchain"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The direction parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The direction parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"deposit",
"withdrawal"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The min_timestamp parameter is invalid.",
"allowed_format": "Integer | from 1 to 9999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The max_timestamp parameter is invalid.",
"allowed_format": "Integer | from 1 to 9999999999."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The min_timestamp parameter must be less than the max_timestamp parameter."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The limit parameter is invalid.",
"allowed_format": "Integer | from 1 to 1000."
}
401
Unauthorized
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-KEY header is invalid.",
"allowed_format": "String | 64 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The tonce parameter must be greater than the last accepted tonce."
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is invalid.",
"allowed_format": "String | 128 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is wrong."
}
403
Forbidden
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The API key does not have permission to call this endpoint."
}
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The IP address is not allowed for this API key."
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the POST method for this endpoint."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 1 request / 1 second."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
Подключенные биржиConnected exchanges
Этот эндпоинт позволяет получать подключенные биржи к арбитражному сканеру.
При успешном выполнении эндпоинт возвращает полный список бирж, включая общую информацию по ним.
This endpoint allows you to retrieve the exchanges connected to the arbitrage scanner.
Upon a successful request, the endpoint returns the complete list of exchanges, including general information about each exchange.
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
exchange_id или exchange_id,trade_fee
Explicit selection of success response fields.
exchange_id or exchange_id,trade_fee
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
exchange_id
Integer
Идентификатор биржи.Exchange identifier.
exchange_name
String
Название биржи.Exchange name.
kyc
Boolean
Верификация: false - не требуется, true - требуется.Verification: false - not required, true - required.
trade_fee
String
Максимальная торговая комиссия на споте.Maximum trading commission on spot.
tracked_markets
Integer
Количество отслеживаемых рынков.Number of markets monitored.
tracked_coins
Integer
Количество отслеживаемых монет.Number of coins monitored.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"exchange_id",
"exchange_name",
"kyc",
"trade_fee",
"tracked_markets",
"tracked_coins"
]
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the GET method for this endpoint."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 1 request / 300 seconds."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
Доступные сделкиAvailable deals
Этот эндпоинт позволяет получать доступные арбитражные сделки.
При успешном выполнении запроса эндпоинт возвращает полный список доступных сделок, включая общую информацию по ним.
This endpoint allows you to retrieve available arbitrage deals.
Upon a successful request, the endpoint returns the complete list of available deals, including general information about each deal.
Обратите внимание, что данный эндпоинт возвращает только предварительную информацию о доступных сделках без необходимых деталей для дальнейшего проведения арбитража.
Просмотр деталей является платным, оплата осуществляется через эндпоинт Оплата просмотра.
При вызове эндпоинта Оплата просмотра требуется указать идентификатор нужной сделки из списка доступных сделок, предварительно полученного с помощью эндпоинта Доступные сделки, в котором также указаны цены и доступные варианты оплаты.
Please note that this endpoint returns only preliminary information about available deals without the details required to perform arbitrage.
Access to deal details is paid, and payment is made through the Show deal endpoint.
When calling the Show deal endpoint, you must specify the identifier of the desired deal from the list of available deals previously obtained through the Available deals endpoint, which also includes pricing and available payment options.
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
deal_id или deal_id,profit_usd
Explicit selection of success response fields.
deal_id or deal_id,profit_usd
disabled_buy_exchanges
НетNo
Integer
Не используетсяNot used
Скрытые биржи для покупки.
1 или 1,2
Hidden exchanges for buying.
1 or 1,2
disabled_sell_exchanges
НетNo
Integer
Не используетсяNot used
Скрытые биржи для продажи.
1 или 1,2
Hidden exchanges for selling.
1 or 1,2
min_profit_usd
НетNo
Decimal
0.10.1
Минимальная прибыль сделки в USD.
10 (от 0.1 до 1000000)
Minimum deal profit in USD.
10 (from 0.1 to 1000000)
max_profit_usd
НетNo
Decimal
10000001000000
Максимальная прибыль сделки в USD.
1000 (от 0.1 до 1000000)
Maximum deal profit in USD.
1000 (from 0.1 to 1000000)
min_profit_percent
НетNo
Decimal
0.10.1
Минимальная доходность сделки в %.
10 (от 0.1 до 1000000)
Minimum deal profitability in %.
10 (from 0.1 to 1000000)
max_profit_percent
НетNo
Decimal
10000001000000
Максимальная доходность сделки в %.
1000 (от 0.1 до 1000000)
Maximum deal profitability in %.
1000 (from 0.1 to 1000000)
min_volume_usd
НетNo
Decimal
0.10.1
Минимальный объем сделки.
10 (от 0.1 до 1000000)
Minimum deal volume.
10 (from 0.1 to 1000000)
max_volume_usd
НетNo
Decimal
10000001000000
Максимальный объем сделки.
1000 (от 0.1 до 1000000)
Maximum transaction volume.
1000 (from 0.1 to 1000000)
min_lifetime_seconds
НетNo
Integer
1010
Минимальное время жизни в секундах.
300 (от 10 до 864000)
Minimum lifetime in seconds.
300 (from 10 to 864000)
max_lifetime_seconds
НетNo
Integer
864000864000
Максимальное время жизни в секундах.
3600 (от 10 до 864000)
Maximum lifetime in seconds.
3600 (from 10 to 864000)
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
deal_id
Integer
Идентификатор сделки.Deal identifier.
profit_usd
String
Прибыль сделки в USD.Deal profit in USD.
profit_percent
String
Доходность сделки в %.Deal profitability in %.
volume_usd
String
Объем сделки в USD.Deal volume in USD.
buy_exchange_name
String
Название биржи для покупки.Exchange name for buying.
sell_exchange_name
String
Название биржи для продажи.Exchange name for selling.
best_transfer_fee_usd
String
Лучшая комиссия за перевод в USD.Best transfer fee in USD.
lifetime_seconds
Integer
Время существования сделки в секундах.Deal lifetime in seconds.
best_pay_asset_ticker
String
Лучший тикер актива для оплаты показа сделки.Best asset ticker for deal payment.
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
Оплата просмотраShow deal
Этот эндпоинт позволяет оплачивать просмотр деталей сделок.
При успешном выполнении запроса эндпоинт возвращает все необходимые детали сделки для дальнейшего проведения арбитража.
Эндпоинт также может возвращать детали сразу по нескольким сделкам, а именно по всем существующим сделкам с идентичной торговой парой на других биржах.
This endpoint allows you to pay for access to deal details.
Upon a successful request, the endpoint returns all the details required to perform arbitrage.
The endpoint may also return details for multiple deals at once, specifically for all existing deals with the same trading pair on other exchanges.
Обратите внимание, что данный эндпоинт требует указания идентификатора сделки, который необходимо получить из списка доступных сделок, предварительно полученного с помощью эндпоинта Доступные сделки.
Please note that this endpoint requires the deal identifier, which must be obtained from the list of available deals previously retrieved through the Available deals endpoint.
ЗаголовкиHeaders
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название заголовка и его обязательность.
The «Title / Required» column displays the title of the heading and whether it is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип заголовка и его значение по умолчанию.
The «Type / Default» column displays the header type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание заголовка и примеры указания заголовка.
The «Description / Examples» column displays the title description and examples of how to specify the title.
API-KEY
ДаYes
String
НетNo
Публичный API ключ.
HEX 64 символа
Public API key.
HEX 64 characters
API-SIGN
ДаYes
String
НетNo
Цифровая подпись запроса.
HEX 128 символов
Digital signature of the request.
HEX 128 characters
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
deal_id или deal_id,profit_usd
Explicit selection of success response fields.
deal_id or deal_id,profit_usd
tonce
ДаYes
Integer
НетNo
Метка времени UNIX в миллисекундах.
1489617308123 (должна быть уникальной для каждого запроса)
UNIX timestamp in milliseconds.
1489617308123 (must be unique for each request)
deal_id
ДаYes
Integer
НетNo
Идентификатор сделки.
81609
Deal identifier.
81609
asset_ticker
ДаYes
String
НетNo
Тикер актива оплаты показа деталей сделки.
S11
Asset ticker used to pay for viewing deal details.
S11
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
deal_id
Integer
Идентификатор сделки.Deal identifier.
profit_usd
String
Прибыль сделки в USD.Deal profit in USD.
profit_percent
String
Доходность сделки в %.Deal profitability in %.
volume
String
Объем в базовом активе.Volume in the base asset.
volume_usd
String
Объем сделки в USD.Deal volume in USD.
buy_exchange_name
String
Название биржи для покупки.Exchange name for buying.
buy_exchange_pair
String
Торговая пара на бирже для покупки.Trading pair on the exchange for buying.
buy_exchange_ask
String
Цена покупки на бирже для покупки.Buying price on the exchange for buying.
sell_exchange_name
String
Название биржи для продажи.Exchange name for selling.
sell_exchange_pair
String
Торговая пара на бирже для продажи.Trading pair on the exchange for selling.
sell_exchange_bid
String
Цена продажи на бирже для продажи.Selling price on the exchange for selling.
best_transfer_fee
String
Лучшая комиссия за перевод.Best transfer fee.
best_transfer_fee_usd
String
Лучшая комиссия за перевод в USD.Best transfer fee in USD.
best_transfer_chain_ticker
String
Лучшая сеть перевода.Best transfer chain.
best_transfer_time_seconds
Integer
Лучшее время перевода в секундах.Best transfer time in seconds.
transfers
Array
Варианты перевода.Transfer options.
lifetime_seconds
Integer
Время существования сделки в секундах.Deal lifetime in seconds.
lifetime_count
Integer
Количество существования сделки.Deal existence count.
average_lifetime_seconds
Integer
Среднее время существования сделки в секундах.Average deal lifetime in seconds.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"deal_id",
"profit_usd",
"profit_percent",
"volume",
"volume_usd",
"buy_exchange_name",
"buy_exchange_pair",
"buy_exchange_ask",
"sell_exchange_name",
"sell_exchange_pair",
"sell_exchange_bid",
"best_transfer_fee",
"best_transfer_fee_usd",
"best_transfer_chain_ticker",
"best_transfer_time_seconds",
"transfers",
"lifetime_seconds",
"lifetime_count",
"average_lifetime_seconds"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter is invalid.",
"allowed_format": "Integer | UNIX timestamp in milliseconds"
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter exceeds the server time."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The deal_id parameter is invalid.",
"allowed_format": "Integer"
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The asset_ticker parameter is invalid.",
"allowed_format": "String"
}
401
Unauthorized
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-KEY header is invalid.",
"allowed_format": "String | 64 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The tonce parameter must be greater than the last accepted tonce."
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is invalid.",
"allowed_format": "String | 128 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is wrong."
}
402
Payment Required
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 402,
"message": "Payment Required",
"details": "Insufficient funds for payment of deal details review."
}
403
Forbidden
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The API key does not have permission to call this endpoint."
}
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The IP address is not allowed for this API key."
}
404
Not Found
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 404,
"message": "Not Found",
"details": "The deal with the identifier specified in the deal_id parameter was not found."
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the POST method for this endpoint."
}
409
Conflict
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 409,
"message": "Conflict",
"details": "The deal with the identifier specified in the deal_id parameter is already paid."
}
410
Gone
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 410,
"message": "Gone",
"details": "The deal with the identifier specified in the deal_id parameter is not available."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 1 request / 1 second."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
Оплаченные сделкиPaid deals
Этот эндпоинт позволяет получать доступные сделки с оплаченным просмотром деталей.
При успешном выполнении запроса эндпоинт возвращает все доступные сделки с необходимыми деталями для дальнейшего проведения арбитража, просмотр которых был оплачен через эндпоинт Оплата просмотра.
This endpoint allows you to retrieve available deals with paid access to their details.
Upon a successful request, the endpoint returns all available deals with the details required to perform arbitrage, for which access has been paid through the Show deal endpoint.
ЗаголовкиHeaders
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название заголовка и его обязательность.
The «Title / Required» column displays the title of the heading and whether it is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип заголовка и его значение по умолчанию.
The «Type / Default» column displays the header type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание заголовка и примеры указания заголовка.
The «Description / Examples» column displays the title description and examples of how to specify the title.
API-KEY
ДаYes
String
НетNo
Публичный API ключ.
HEX 64 символа
Public API key.
HEX 64 characters
API-SIGN
ДаYes
String
НетNo
Цифровая подпись запроса.
HEX 128 символов
Digital signature of the request.
HEX 128 characters
ПараметрыParameters
Название
Обязательный
Name
Required
?
Столбец «Название / Обязательный» отображает название параметра и является ли параметр обязательным.
The «Name / Required» column displays the parameter name and indicates whether the parameter is required.
Тип
По умолчанию
Type
Default
?
Столбец «Тип / По умолчанию» отображает тип параметра и значение параметра по умолчанию.
The "Type / Default" column displays the parameter data type and its default value.
Описание
Примеры указания
Description
Examples of instructions
?
Столбец «Описание / Примеры указания» отображает описание параметра и примеры указания параметра.
The "Description / Examples" column provides a description of the parameter and examples of how to specify it.
field
НетNo
String
Все поляAll fields
Явный выбор полей успешного ответа.
deal_id или deal_id,profit_usd
Explicit selection of success response fields.
deal_id or deal_id,profit_usd
tonce
ДаYes
Integer
НетNo
Метка времени UNIX в миллисекундах.
1489617308123 (должна быть уникальной для каждого запроса)
UNIX timestamp in milliseconds.
1489617308123 (must be unique for each request)
deal_id
НетNo
Integer
Все сделкиAll deals
Идентификатор сделки.
1 или 1,2
Deal identifier.
1 or 1,2
Поля полезной нагрузкиPayload fields
НазваниеName
?
Столбец «Название» отображает название возвращаемого поля при успешном ответе.
The «Name» column displays the name of the field returned in a successful response.
ТипType
?
Столбец «Тип» отображает тип возвращаемого поля при успешном ответе.
The «Type» column displays the data type of the returned field.
ОписаниеDescription
?
Столбец «Описание» отображает описание возвращаемого поля.
The «Description» column provides a description of the returned field.
deal_id
Integer
Идентификатор сделки.Deal identifier.
profit_usd
String
Прибыль сделки в USD.Deal profit in USD.
profit_percent
String
Доходность сделки в %.Deal profitability in %.
volume
String
Объем в базовом активе.Volume in the base asset.
volume_usd
String
Объем сделки в USD.Deal volume in USD.
buy_exchange_name
String
Название биржи для покупки.Exchange name for buying.
buy_exchange_pair
String
Торговая пара на бирже для покупки.Trading pair on the exchange for buying.
buy_exchange_ask
String
Цена покупки на бирже для покупки.Buying price on the exchange for buying.
sell_exchange_name
String
Название биржи для продажи.Exchange name for selling.
sell_exchange_pair
String
Торговая пара на бирже для продажи.Trading pair on the exchange for selling.
sell_exchange_bid
String
Цена продажи на бирже для продажи.Selling price on the exchange for selling.
best_transfer_fee
String
Лучшая комиссия за перевод.Best transfer fee.
best_transfer_fee_usd
String
Лучшая комиссия за перевод в USD.Best transfer fee in USD.
best_transfer_chain_ticker
String
Лучшая сеть перевода.Best transfer chain.
best_transfer_time_seconds
Integer
Лучшее время перевода в секундах.Best transfer time in seconds.
transfers
Array
Варианты перевода.Transfer options.
lifetime_seconds
Integer
Время существования сделки в секундах.Deal lifetime in seconds.
lifetime_count
Integer
Количество существования сделки.Deal existence count.
average_lifetime_seconds
Integer
Среднее время существования сделки в секундах.Average deal lifetime in seconds.
Коды ошибокError codes
КодCode
?
Столбец «Код» отображает HTTP-код ответа.
The «Code» column displays the HTTP response status code.
ОписаниеDescription
?
Столбец «Описание» отображает описание HTTP-кода ответа.
The «Description» column provides a description of the HTTP response status code.
ДеталиDetails
?
Столбец «Детали» отображает наличие деталей об ошибке в ответе.
The «Details» column indicates whether the response includes additional error details.
Пример ответаExample answer
?
Столбец «Пример ответа» отображает примеры JSON ответов.
The «Example answer» column provides example JSON responses.
400
Bad Request
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter must not contain duplicate values."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The field parameter is invalid.",
"allowed_format": "String | you can specify multiple values separated by commas (,).",
"allowed_values": [
"deal_id",
"profit_usd",
"profit_percent",
"volume",
"volume_usd",
"buy_exchange_name",
"buy_exchange_pair",
"buy_exchange_ask",
"sell_exchange_name",
"sell_exchange_pair",
"sell_exchange_bid",
"best_transfer_fee",
"best_transfer_fee_usd",
"best_transfer_chain_ticker",
"best_transfer_time_seconds",
"transfers",
"lifetime_seconds",
"lifetime_count",
"average_lifetime_seconds"
]
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter is invalid.",
"allowed_format": "Integer | UNIX timestamp in milliseconds"
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The tonce parameter exceeds the server time."
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The deal_id parameter is invalid.",
"allowed_format": "Integer"
}
{
"result": "error",
"code": 400,
"message": "Bad Request",
"details": "The deal_id parameter must not contain duplicate values."
}
401
Unauthorized
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-KEY header is invalid.",
"allowed_format": "String | 64 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The tonce parameter must be greater than the last accepted tonce."
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is invalid.",
"allowed_format": "String | 128 characters"
}
{
"result": "error",
"code": 401,
"message": "Unauthorized",
"details": "The API-SIGN header is wrong."
}
403
Forbidden
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The API key does not have permission to call this endpoint."
}
{
"result": "error",
"code": 403,
"message": "Forbidden",
"details": "The IP address is not allowed for this API key."
}
405
Method Not Allowed
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 405,
"message": "Method Not Allowed",
"details": "Use only the POST method for this endpoint."
}
429
Too Many Requests
ЕстьYes
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 429,
"message": "Too Many Requests",
"details": "The limit for this endpoint is 1 request / 1 second."
}
500
Internal Server Error
НетNo
ПоказатьShowСкрытьHide
{
"result": "error",
"code": 500,
"message": "Internal Server Error"
}
{
"result": "error",
"message": "Too many requests",
"code": 429
}
СОВЕТ
Используйте параметр field для получения только нужных полей из ответов. Это ускорит ответы и снизит трафик.
ADVICE
Use the field parameter to retrieve only the required fields in responses. This speeds up response times and reduces data traffic.
ЛимитыLimits
Для каждого эндпоинта установлены индивидуальные лимиты на частоту запросов.
В большинстве случаев вызывать эндпоинты чаще установленного лимита не имеет смысла, так как время кэширования данных равно или превышает значение лимита.
Individual rate limits are defined for each endpoint.
In most cases, sending requests more frequently than the specified rate limit provides no benefit, as the data cache duration is equal to or longer than the rate limit interval.
Превышение лимитовRate limit exceeded
При превышении лимита API будет возвращать ошибку 429 Too Many Requests.
Систематическое или многократное превышение лимитов может привести к временной блокировке доступа к API.
If the rate limit is exceeded, the API returns a 429 Too Many Requests error.
Repeated or systematic rate limit violations may result in a temporary suspension of API access.
Лимиты и кэширование эндпоинтовLimits and endpoint caching
ЭндпоинтEndpoint
?
Столбец «Эндпоинт» отображает название эндпоинта.
The «Endpoint» column displays the name of the endpoint.
ЛимитLimit
?
Столбец «Лимит» отображает максимальную частоту вызовов эндпоинта.
The «Limit» column displays the maximum frequency of endpoint calls.
КэшированиеCaching
?
Столбец «Кэширование» отображает частоту кэширования возвращаемых данных эндпоинта.
The «Caching» column displays how often the endpoint's returned data is cached.
/cryptocurrencies
1 запрос / 1 секунда / 1 IP1 request / 1 second / 1 IP
В реальном времениIn real time
/spot_markets
1 запрос / 1 секунда / 1 IP1 request / 1 second / 1 IP
В реальном времениIn real time
/liquidity_pools
1 запрос / 1 секунда / 1 IP1 request / 1 second / 1 IP
В реальном времениIn real time
/depth
10 запросов / 1 секунда / 1 IP10 requests / 1 second / 1 IP
В реальном времениIn real time
/trading_history
1 запрос / 1 секунда / 1 IP1 request / 1 second / 1 IP
В реальном времениIn real time
/candles_history
1 запрос / 1 секунда / 1 IP1 request / 1 second / 1 IP
В реальном времениIn real time
/create_order
10 запросов / 1 секунда / 1 IP10 requests / 1 second / 1 IP
В реальном времениIn real time
/cancel_orders
1 запрос / 1 секунда / 1 IP1 request / 1 second / 1 IP
В реальном времениIn real time
/cancel_all_orders
1 запрос / 1 секунда / 1 IP1 request / 1 second / 1 IP
В реальном времениIn real time
/open_orders
1 запрос / 1 секунда / 1 IP1 request / 1 second / 1 IP
В реальном времениIn real time
/pending_orders
1 запрос / 1 секунда / 1 IP1 request / 1 second / 1 IP
В реальном времениIn real time
/order_history
1 запрос / 1 секунда / 1 IP1 request / 1 second / 1 IP
В реальном времениIn real time
/trades_history
1 запрос / 1 секунда / 1 IP1 request / 1 second / 1 IP
В реальном времениIn real time
/balances
1 запрос / 1 секунда / 1 IP1 request / 1 second / 1 IP
В реальном времениIn real time
/deposit_addresses
1 запрос / 1 секунда / 1 IP1 request / 1 second / 1 IP
В реальном времениIn real time
/transaction_history
1 запрос / 1 секунда / 1 IP1 request / 1 second / 1 IP
1 запрос / 1 секунда / 1 IP1 request / 1 second / 1 IP
Каждые 10 секундEvery 10 seconds
/paid_deals
1 запрос / 1 секунда / 1 IP1 request / 1 second / 1 IP
Каждые 10 секундEvery 10 seconds
Коды ошибокError codes
Коды ошибок позволяют быстро определить тип ошибки.
Ниже в таблице приведены все возможные возвращаемые HTTP-коды ошибок по всем эндпоинтам.
Error codes allow you to quickly identify the type of error.
The table below lists all possible HTTP error codes returned for all endpoints.
Коды ошибокError codes
400 Bad Request
401 Unauthorized
402 Payment Required
403 Forbidden
404 Not Found
405 Method Not Allowed
409 Conflict
410 Gone
429 Too Many Requests
500 Internal Server Error
503 Service Unavailable
Коды ошибок эндпоинтовEndpoint error codes
РазделSection
?
Столбец «Раздел» отображает раздел эндпоинта.
The «Section» column displays the endpoint section.
ЭндпоинтEndpoint
?
Столбец «Эндпоинт» отображает эндпоинт.
The «Endpoint» column displays the endpoint.
КодыCodes
?
Столбец «Коды» отображает HTTP-коды ответа.
The «Codes» column displays the HTTP response status codes.
REST Public Exchange
/cryptocurrencies
400
405
429
500
503
REST Public Exchange
/spot_markets
400
405
429
500
503
REST Public Exchange
/depth
400
405
429
500
503
REST Public Exchange
/trading_history
400
405
429
500
503
REST Public Exchange
/candles_history
400
405
429
500
503
REST Public Pools
/liquidity_pools
400
405
429
500
503
REST Public Scanner
/connected_exchanges
400
405
429
500
503
REST Public Scanner
/available_deals
400
405
429
500
503
REST Private Exchange
/create_order
400
401
403
405
429
500
503
REST Private Exchange
/cancel_orders
400
401
403
405
429
500
503
REST Private Exchange
/cancel_all_orders
400
401
403
405
429
500
503
REST Private Exchange
/open_orders
400
401
403
405
429
500
503
REST Private Exchange
/pending_orders
400
401
403
405
429
500
503
REST Private Exchange
/order_history
400
401
403
405
429
500
503
REST Private Exchange
/trades_history
400
401
403
405
429
500
503
REST Private Account
/balances
400
401
403
405
429
500
503
REST Private Account
/deposit_addresses
400
401
403
405
429
500
503
REST Private Account
/transaction_history
400
401
403
405
429
500
503
REST Private Scanner
/show_deal
400
401
402
403
404
405
409
410
429
500
503
REST Private Scanner
/paid_deals
400
401
403
405
429
500
503
Запросить эндпоинт/полеRequest an endpoint/field
Нужно добавить новый эндпоинт или дополнительное поле в уже существующем эндпоинте?
Создайте Тикет с подробным описанием того, что именно вам нужно, и обоснованием того, для чего именно это необходимо.
Мы рассмотрим запрос в обязательном порядке и в кратчайшие сроки, после чего дадим ответ в созданном тикете о принятом решении.
Need a new endpoint or an additional field in an existing endpoint?
Create a Ticket describing exactly what you need and why it is required.
We will review your request as soon as possible and provide our decision in the ticket.
Сообщить об ошибкеReport an error
Обнаружили в документации API или в работе API баги, несоответствия, опечатки?
Создайте Тикет с описанием найденных проблем.
Мы обязательно все тщательно проверим и постараемся устранить проблему как можно скорее.
Have you found any bugs, inconsistencies, or typos in the API documentation or the API's operation?
Create a Ticket describing the issue you found.
We will thoroughly investigate your report and do our best to resolve the issue as quickly as possible.
Получить помощьGet help
Возникли вопросы по работе с API?
Обращайтесь за помощью через Тикет или в официальный телеграм чат разработчиков Qutrade API.
Need help with the API?
Contact us by creating a Ticket or through the official Qutrade API developers telegram chat.
Admin: ABC, привет, вывод может занять до 72 часа, при каких то особых форсмажорных обстоятельствах, в обычном штатном режиме выводы обрабатываются быстро.
ABC: привет, команда, вы не знаете, всегда ли вывод средств занимает 72 часа или может быть быстрее?
ABC: Hi there, how long until withdrawals review is complete? Is it always 72 hours or is it quicker?
MalenKihren: Mokele, печалька, однако.
Mokele: Klingex крякнули походу
Fand: привіт
Admin: Уважаемые пользователи, мы добавили на Qutrade сервис поиска межбиржевого арбитража. Детали - https://qutrade.io/ru/?new=80
SatoshiMonk: ok, thank you @scouse
scouse: SatoshiMonk, use yandex translate for more accurate translations
SatoshiMonk: Translated from Google Translate, please excuse if any mistakes.
SatoshiMonk: CMTE Предложение составляет всего 100 миллионов, что делает торговлю интересной :)
SatoshiMonk: CMTE Supply is only 100 Million, makes it intersting to trade :)
Altezza: не дай бог залистить эту Каспу... прибежит толпа адептов и засрут чатик доказывая всем как хороша их монетка
SatoshiMonk: Translated from Google Translate - please excuse if any mistakes.
SatoshiMonk: Дорогие друзья, пожалуйста, проголосуйте за CMTE и KAS. В настоящее время акции CMTE торгуются на Kaspa.com, и мы хотели бы, чтобы в скором времени они также торговались на Qutrade :)
Спасибо за вашу
SatoshiMonk: Dear Friends, please vote CMTE and KAS. Currently, CMTE is traded on Kaspa.com and we would like to see it traded on Qutrade also soon :)
Thank your for your support.
SatoshiMonk: Hello Everyone
Pro100Tak: Это как вообще можно доходом называть??? При этом невозможно продать LS как неэфективный актив ...
Pro100Tak: т.е. получается что на 1000 USD (2000 LS) насчитывается доход в размере 10 USD в месяц ...
Pro100Tak: продолжение: На 27.05.26г. доход составляет около 1% в МЕСЯЦ от стоимости всех LS на балансе ...
Pro100Tak: почему количество выпущенных долей LS постоянно увеличивается тем самым уменьшая и без того мизерный доход владельцам LS ... На 27.05.26г.
scouse: Clare, yes, its Neil, I would message you elsewhere, but well, cannot, so your choice
Clare: Oh okay. I was only looking when I was looking, you know lol. Anyway, I'm glad. It deserves to be up for vote
scouse: Clare, Kas has been on the voting list since I also added CMTE
Clare: Wow! Good to see KAS on the voting list. Thank you Admin
QUTRADE-FUNDS: Girins, вы вводите новый адрес?
Girins: Hi, I'm having trouble withdrawing XLN.My wallet is updated to v4.0.0, but the exchange says my address is invalid or doesn't match the network.Is the XLN swap/update completed on your end? When will the new addresses be supported for withdrawal?
Light: joaon937, для депозитов BNB и токенов BEP20 надо использовать ускорение депозита в разделе кошелька.
joaon937: Уважаемый администратор, вчера я внес депозит в BnB, но он до сих пор не появился в моем кошельке. Не могли бы вы это проверить?
scouse: If you're interested, we've launched a CURE/USDT trading contest.
Admin: cyrro, Мы ничего не можем сделать, код кошелька кривой, то обрабатывает транзакции то нет...
scouse: cyrro, read above, looks like the coins been forked was the answer when someone else asked
cyrro: Dear Qutrade Support Team,
I am contacting you regarding the 2x2 Coin (2X2), which is currently marked as DELISTING on your platform.
However, the withdrawal function is not working, so I am unable to transfer my balance out of the exchange.
At the moment, I still have approximately 152 billion 2X2 in my account.
Previously, the system:
allowed withdrawals only in limited portions (10 billion per transaction),
applied significant deductions on each withdrawal,
later reduced the maximum with
Shampun2281: В чём отличие между заработком и доходностью в начислениях?
scouse: Если вам интересно, мы запустили конкурс по торговле CURE/USDT.
scouse: If you're interested, we've launched a CURE/USDT trading contest.
Admin: cyrro, переотправили
Admin: cyrro, отмените и отправьте в другой сети, или ждите пока мы отправим повторно
cyrro: Your system marked this withdrawal as Completed, however the on-chain transaction FAILED with OUT OF ENERGY.
There is no TRC20 token transfer on TronScan.
This means the USDT never left your custody.
Please rollback this withdrawal and restore my balance or rebroadcast the transaction with sufficient energy.
scouse: QUTRADE-FUNDS, is that on top of discount for holding S11 in liquid ?
QUTRADE-FUNDS: На Qutrade добавлен альтернативный вариант оплаты комиссии за вывод средств. Теперь комиссию за вывод средств можно оплачивать нашим биржевым токеном QTShares (S11) с 25% скидкой.
lp-shares: Jonhusd, депозиты 2X2 не работают, монета ушла в форк...
Jonhusd: Admin, Good afternoon, would it be possible to open the deposits so we can sell the coins until February 25th? Closing the deposits doesn't make much sense.
Jonhusd: Admin, I've already searched and can't find it. What do I do?
Admin: Jonhusd, создайте пожалуйста тикет
Jonhusd: Admin, Hi, everything alright? I made several 2x2 deposits, but nothing has arrived yet, even though it's marked as completed in my wallet. I've already used the expedited deposit function, but still nothing. What should I do?
vpoddy: спасибо , отправил
vpoddy: Admin, cgfcb,j jnghfdbk
Admin: vpoddy, Используйте функцию Ускорить депозит в разделе Кошелек.