Commit Graph

17 Commits

Author SHA1 Message Date
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
Aleksandr Kraiz
363dafc45c Added exchanges map 2022-12-14 18:37:50 +04:00
Aleksandr Kraiz
f6623f9bec isKeyOfObject fix 2022-11-28 18:26:34 +04:00
Aleksandr Kraiz
1a33c41993 New utils 2022-11-28 17:50:20 +04:00
Aleksandr Kraiz
1913a84f1e Types improvements 2022-11-28 13:43:55 +04:00
Aleksandr Kraiz
832dfcb731 Removed getSwapPair and getSwapSide 2022-09-05 13:29:13 +04:00
Aleksandr Kraiz
2cc19a33f3 Added parseExchangeTradeTransaction 2022-08-31 16:14:46 +04:00
Aleksandr Kraiz
48ae67c1a8 Exchanges / more error messages 2022-07-04 19:07:32 +04:00
Aleksandr Kraiz
da67332e5f Bump contracts 2022-05-29 19:17:56 +04:00
Aleksandr Kraiz
9e8b90e477 Webpack / contracts 2022-05-29 18:33:23 +04:00
Aleksandr Kraiz
4c98dc23b4 Added isNetworkCodeInEnvironment 2022-05-13 11:31:24 +04:00
Aleksandr Kraiz
883bcf928f New fetchWithValidation / introducing simpleFetch 2022-05-10 11:44:09 +04:00
Aleksandr Kraiz
bc51d0d279 Replaced csprng with @lukeed/csprng (#6) 2022-05-03 13:24:54 +04:00
Aleksandr Kraiz
0804b592d8 Add liquidity / remove liquidity / balancee guard improvements 2022-04-22 23:11:14 +04:00
Aleksandr Kraiz
5c96476849 File structure improvements 2022-04-22 07:27:24 +04:00
Aleksandr Kraiz
945ef60a5f Added deposit 2022-04-22 01:27:32 +04:00
Aleksandr Kraiz
106b702d21 Initial commit 2022-04-20 23:41:04 +04:00