Commit Graph

124 Commits

Author SHA1 Message Date
Aleksandr Kraiz
51257adcd4 Moved fetching to simple-typed-fetch 2023-03-24 21:59:04 +04:00
Mikhail Gladchenko
a37aa5c695 Small fix 2023-03-16 14:56:46 +00:00
Mikhail Gladchenko
f7b8b828e5 Update orderUpdateSchema 2023-03-16 14:52:14 +00:00
Mikhail Gladchenko
56387b18a4 Update cfd balance schema 2023-03-16 08:20:39 +00:00
Aleksandr Kraiz
0c298fcd76 Fix error schema 2023-03-15 14:33:24 +04:00
Aleksandr Kraiz
6c16403048 Added errorCb 2023-03-15 14:21:17 +04:00
Aleksandr Kraiz
d6dcbab128 Fix pools schema 2023-03-15 13:15:24 +04:00
Dmitry Leleko
8dc1bb0c3d OP-3565 Fix governance contracts schema 2023-03-15 01:04:26 +03:00
Dmitry
e04d3bfd94 OP-3565 Add governance contracts (#70) 2023-03-14 20:12:10 +04:00
Kuduzow Akhmad
f2bf577dc7 feat: claim rewards (#65)
* feat: claim rewards

* reset package-lock

---------

Co-authored-by: kuduzow <admin@intocode.ru>
2023-03-09 11:38:56 +04:00
Aleksandr Kraiz
0350720f77 Bump deps 2023-03-08 21:55:28 +04:00
Aleksandr Kraiz
b21eaaf163 Added errorCallback 2023-03-07 20:17:23 +04:00
Aleksandr Kraiz
56cd1356f0 Added array schema failover / PF onOpen / bridge test / deps bump 2023-03-06 20:47:34 +04:00
Aleksandr Kraiz
31e6a863cc Fix 2023-03-03 22:23:59 +04:00
Aleksandr Kraiz
66f068e7a0 Fix PriceFeed 2023-03-03 22:14:01 +04:00
Mikhail Gladchenko
a903ac6997 orderUpdateSchema was updated 2023-03-02 15:36:00 +00:00
Mikhail Gladchenko
37a2db3edd Add new stop limit schemas 2023-03-01 16:22:37 +00:00
Mikhail Gladchenko
11470cbeba cfdBalance schemas small fix 2023-02-24 13:56:28 +00:00
Mikhail Gladchenko
ed3f05d035 cfdBalance schemas update 2023-02-24 10:41:39 +00:00
Aleksandr Kraiz
a5e464c9ad Added getAvailableExchanges 2023-02-23 18:52:57 +04:00
Kuduzow Akhmad
54ffab2792 feat: add pagination support (#57)
Co-authored-by: kuduzow <admin@intocode.ru>
Co-authored-by: Aleksandr Kraiz <selfsurfer@gmail.com>
2023-02-22 13:31:11 +04:00
Aleksandr Kraiz
d1fb90cc3c Added getHistory 2023-02-21 02:36:35 +04:00
Aleksandr Kraiz
23757600ae Removed old Analytics system connector 2023-02-20 12:41:03 +04:00
Aleksandr Kraiz
eea77d48aa Bind fix 2023-02-20 12:30:59 +04:00
Aleksandr Kraiz
5fc8d488ee Schema minor fix 2023-02-18 21:01:45 +04:00
Aleksandr Kraiz
2c24f71453 Strictest / tests / minor improvements 2023-02-17 17:31:35 +04:00
Aleksandr Kraiz
e8c242c357 Fix broken PriceFeed 2023-02-15 13:52:04 +04:00
Mikhail Gladchenko
4289fe3339 futuresTradeInfoSchema was updated 2023-02-14 15:58:52 +00:00
Aleksandr Kraiz
c12a4e8e7a Linter standard (#49)
* Impl

* Fix

* Fix

* Bump

* Bump

* Fix

* Bump
2023-02-14 00:34:37 +04:00
Mikhail Gladchenko
5ed6ab552d FUTURES_TRADE_INFO_UPDATE case was updated 2023-02-13 17:24:48 +00:00
Mikhail Gladchenko
3e9cc7bbd6 FuturesTradeInfoSubscription type update 2023-02-13 16:25:01 +00:00
Mikhail Gladchenko
f49b5078df type fix 2023-02-13 14:09:05 +00:00
Mikhail Gladchenko
35b873c789 Eslint error fix 2023-02-13 12:59:05 +00:00
Mikhail Gladchenko
45e59754bc CFD schema was updated 2023-02-13 12:55:34 +00:00
Aleksandr Kraiz
7882b66871 Fix: network codes 2023-02-10 17:28:52 +04:00
Kuduzow Akhmad
80ffa4a31d fix: made price_feed_meta_info nullable (#46)
Co-authored-by: kuduzow <admin@intocode.ru>
2023-02-09 18:03:35 +04:00
Aleksandr Kraiz
b2f3cdf5fb Orion, Orion Unit, Configuration (#40)
* Refactoring

* Better docs

* Bump

* ESLint standard

* Fix

* Bumo

* VerboseOrionUnitConfig to types

* Docs improvements

* Docs improvements. Orion default env
2023-02-08 14:51:58 +04:00
Mikhail Gladchenko
c0771d4fa5 CFD schema was updated 2023-02-03 07:58:14 +00:00
Mikhail Gladchenko
42eb66c594 CFD small schema update 2023-02-02 12:49:05 +00:00
Mikhail Gladchenko
24d23e0784 CFD schemas update
package.json version was updated to 0.16.6-rc.1
2023-02-02 12:46:49 +00:00
Kuduzow Akhmad
f1718a3097 feat: added methods to get referral system analytics (#35)
Co-authored-by: kuduzow <admin@intocode.ru>
Co-authored-by: Aleksandr Kraiz <selfsurfer@gmail.com>
2023-02-01 12:22:30 +04:00
Kuduzow Akhmad
053a8bafc9 fix: added errorSchema for distinct-analytics and renamed method (#36)
Co-authored-by: kuduzow <admin@intocode.ru>
2023-02-01 12:16:55 +04:00
Aleksandr Kraiz
1e3cf57c87 CFD (#28)
* Added new pairs type: futures

* Added new pairs type: futures

* added market param to pairsConfig request

* OP-3268 [CFD] Deposit amount

Added CFDContracts endpoint
package.json version update

* OP-3268 [CFD] Deposit amount

CFDContractsSchema export

* OP-3268 [CFD] Deposit amount

CFDContractsSchema export
package.json update

* cfdContractsSchema rename
Add getCFDHistory method
package.json update

* Parameter of getCFDHistory method was updated

* cfdHistorySchema was updated

* WS subscribtion for CFD balances, CFD Order signing functionality

* cfdHistorySchema was updated
package.json version 0.16.0-rc.6 was updated

* package.json version 0.16.0-rc.7 was updated

* Exchange and CFD history schemas was transformed
package.json version 0.16.0-rc.8 was updated

* Added HistoryTransactionStatus
package.json version 0.16.0-rc.8 was updated

* cfdContractsSchema was updated
package.json version 0.16.0-rc.10 was updated

* Merge conflicts fix
package.json version was updated to 0.16.0-rc.12

* updated schemas, updated version

* Updated CFD balance schema, updated unsubscribe with passing extra details

* CFD balances schema update

* Added CFD prices request

* typing small fix

* fixed transformation of CFD init / update responses

* temporary added debug

* temporary added debug. changed ver

* debug, ver up

* Add currentPrice to cfdBalanceSchema

* Added maxAvailableLong maxAvailableShort to balances

* added leverage and position status

* Update isWithCode - allow string code

* version up

Co-authored-by: Mikhail Gladchenko <m@gladchenko.pw>
Co-authored-by: Demid <demidn@gmail.com>
Co-authored-by: Dmitry Leleko <lelekodmitry@gmail.com>
2023-01-27 15:45:10 +04:00
Kuduzow Akhmad
e99c3ee9cd added errorSchema to ReferralSystem service (#34)
Co-authored-by: kuduzow <admin@intocode.ru>
2023-01-27 00:46:22 +04:00
Kuduzow Akhmad
cf9e391ecf Добавлен новый метод для получения адреса реферрала (#32)
* Добавлен новый метод для получения адреса реферрала

* Апнута версия пакета

* Добавлена привязка контекста к методу

* Апнута версия пакета

* Доработа логика генерации apiUrl для тестинг-окружения реферальной системы

* URL custom-окружение обрабатывается теперь также как testing

* analytics schema updated

* fix zod schema by add z.record

Co-authored-by: kuduzow <admin@intocode.ru>
2023-01-24 11:37:57 +04:00
Mikhail Gladchenko
26b916c532 Merge branch 'main' into OP-2812-show-order-route-path-and-benefits
# Conflicts:
#	package.json
2023-01-05 14:14:00 +00:00
Dmitry
d26f13b6ac OP-3279 Add /api/v1/pools/reserves endpoint (#33)
* OP-3279 Add /api/v1/pools/reserves endpoint

* OP-3279 Fixup

* OP-3279 Fixup

* OP-3279 Update version
2022-12-21 10:51:14 +04:00
Aleksandr Kraiz
84f36a9800 merge 2022-12-16 14:03:53 +04:00
Aleksandr Kraiz
e4f8778b2d Fix schema 2022-12-16 14:02:21 +04:00
Mikhail Gladchenko
43fa0b8c58 Merge branch 'main' into OP-2812-show-order-route-path-and-benefits
# Conflicts:
#	package.json
2022-12-16 08:00:06 +00:00