Commit Graph

915 Commits

Author SHA1 Message Date
William
d4bd0859e1 Update PositionV5 and AddOrReduceMarginResultV5 2024-05-01 04:32:45 +02:00
William
510eb35fea Introduce WSPublicTopicEventV5 and WSPrivateTopicEventV5 2024-04-30 22:16:27 +02:00
William
866c555fd1 Update PositionSideV5 type 2024-04-28 14:46:12 +02:00
William
0619084338 Bump version 2024-04-25 17:29:37 +02:00
William
12b5b0a418 Add type guards for ws position events 2024-04-25 17:28:28 +02:00
William
ccaae1be1b Adds WSPositionEventV5 and WSPositionV5 interfaces 2024-04-25 17:26:34 +02:00
William
400e86a777 Add PositionStatusV5 and PositionSideV5 types 2024-04-25 17:26:07 +02:00
William
ed20b625c5 Update WSAccountOrderV5 2024-04-25 17:12:29 +02:00
William
a2f40b6b6e Add type guards for ws order events and ws execution events 2024-04-25 17:04:03 +02:00
William
9dcf48eb6f Reorder WSAccountOrderV5 and add missing parameters createType and marketUnit 2024-04-25 16:53:49 +02:00
William
98cf9655a1 Adds WSExecutionEventV5 and WSExecutionV5 interfaces 2024-04-25 16:33:47 +02:00
William
bdd20218cd Update ExecTypeV5 2024-04-25 16:33:02 +02:00
William
51265548ee Update OrderCreateTypeV5 2024-04-25 16:32:41 +02:00
Tiago
eaa93b041a Merge pull request #335 from tiagosiebler/timev5
v3.10.1: fix(#333) v5 time endpoint
2024-04-15 10:56:33 +01:00
tiagosiebler
f14365d8e2 v3.10.1: fix(#333) v5 time endpoint 2024-04-15 10:44:19 +01:00
Tiago
8810c2024e Merge pull request #334 from tiagosiebler/demotrr
v3.10.0: feat() add v5 demo trading
2024-04-15 10:25:07 +01:00
tiagosiebler
44bc0e2a4e v3.10.0: feat() add v5 demo trading support 2024-04-15 10:16:21 +01:00
tiagosiebler
1664a4c4e9 fix(): demo funds endpoint 2024-04-11 15:45:31 +01:00
tiagosiebler
f43fcafbe2 chore(): add comment 2024-04-09 18:11:24 +01:00
tiagosiebler
cc362c469b v3.9.9: feat() support demo trading apis 2024-04-09 17:47:46 +01:00
Tiago
185f02aa10 Merge pull request #331 from tiagosiebler/testfixes
chore(): remove UM tests covering dead endpoints, fix v5 test
2024-03-30 10:23:45 +00:00
tiagosiebler
1fd2ad482d chore(): remove UM tests covering dead endpoints, fix v5 test 2024-03-30 10:11:08 +00:00
Tiago
12d06dba90 Merge pull request #330 from Mnjongen/master
Updated V5 `InstrumentInfo` types
2024-03-29 22:31:21 +00:00
Brent de Jong
4825512eae Added minNotionalValue LinearInverseInstrumentInfoV5 2024-03-29 11:59:47 +01:00
Brent de Jong
9319ed642e Incremented version number to 3.9.8 2024-03-29 11:54:09 +01:00
Brent de Jong
1314ca33cd Updated V5 InstrumentInfo types
Missing attributes have been added according to the documentation

`postOnlyMaxOrderQty` should be removed from `LinearInverseInstrumentInfoV5` as this has been replaced by `maxOrderQty`.
2024-03-27 18:30:25 +01:00
Tiago
4c211d5fe2 Merge pull request #325 from tiagosiebler/ordertypes
v3.9.7: feat(#324) add new account order v5 properties
2024-03-11 10:40:50 +00:00
tiagosiebler
76d7059f68 v3.9.7: feat(#324) add new account order v5 properties 2024-03-11 10:28:28 +00:00
Tiago
a907986e0a Merge pull request #323 from tiagosiebler/rowscursor
v3.9.6: feat(#322) add nextPageCursor type via generic
2024-03-04 11:53:32 +00:00
tiagosiebler
1eb3f5ac89 chore(): remove e2e tests for deprecated v1 account asset client 2024-03-04 11:40:33 +00:00
tiagosiebler
e28b68700d chore(): remove e2e tests for deprecated unified margin 2024-03-04 11:34:45 +00:00
tiagosiebler
8c57e7f6b4 fix() wrapper type for responsev3 2024-03-04 11:31:32 +00:00
tiagosiebler
a18e9af018 chore(): add accountstate module link in readme 2024-03-04 11:30:06 +00:00
tiagosiebler
50d8993ca2 v3.9.6: feat(#322) add nextPageCursor type via generic 2024-03-04 11:28:17 +00:00
Tiago
5837dd6fd9 Merge pull request #319 from tiagosiebler/provpub
v3.9.5: chore() add permissions needed for provenance generation
2024-02-20 13:16:42 +00:00
tiagosiebler
572a754cda v3.9.5: chore() add permissions needed for provenance generation 2024-02-20 13:06:50 +00:00
Tiago
2730083308 Merge pull request #318 from tiagosiebler/nextstufffeb
v3.9.4: feat() update test & publish actions, update public ws example, disable test for deprecated endpoint
2024-02-20 13:05:22 +00:00
tiagosiebler
5bd2797cb1 v3.9.4: feat() update test & publish actions, update public ws example, disable test for deprecated endpoint 2024-02-20 13:00:42 +00:00
Tiago
d3a9bc97f8 Merge pull request #317 from will2022/master
v3.9.3: add `marketUnit` optional property to `OrderParamsV5` interface
2024-02-19 13:36:28 +00:00
William
0921cc0e1b v3.9.3: Add marketUnit property to OrderParamsV5 interface 2024-02-19 14:35:03 +01:00
William
93a6457a1a Add marketUnit optional property to OrderParamsV5 interface
This commit introduces a new optional `marketUnit` property to the `OrderParamsV5` interface, allowing the specification of 'baseCoin' or 'quoteCoin'.
2024-02-19 14:27:03 +01:00
Tiago
f4d525dd0f Merge pull request #316 from tiagosiebler/obtype
v3.9.2: fix(#315) orderbook level type
2024-02-13 10:27:48 +00:00
tiagosiebler
1bf357b5cf v3.9.2: fix(#315) orderbook level type 2024-02-13 10:15:55 +00:00
Tiago
bfaec5e18d Merge pull request #314 from ThijmenMaus/feature/subuser-methods
feat(user): add methods to delete submember
2024-02-13 09:41:23 +00:00
Thijmen Maus
158e58276e fix(pkg): bump up version for feature 2024-02-12 21:39:06 +01:00
Thijmen Maus
e06d7d2767 chore(v5): update imports order to fix codestyle 2024-02-11 15:49:05 +01:00
Thijmen Maus
120f9edb24 fix(type): change from number to string to align with API docs 2024-02-11 15:30:29 +01:00
Thijmen Maus
304d960567 feat(user): add methods to delete submember 2024-02-11 15:25:34 +01:00
Tiago
2498c5eb9d Merge pull request #312 from tiagosiebler/upgrades
v3.9.0: Upgrades to dependencies (axios, node build version, typescript, jest, etc)
2024-01-29 11:30:16 +00:00
tiagosiebler
ecec92c6f4 chore(): move jest param to jest config 2024-01-25 14:44:24 +00:00