Commit Graph

910 Commits

Author SHA1 Message Date
tiagosiebler
6eb84cc8cc fix(): more changes to consistent 5x tests 2023-04-02 11:00:17 +01:00
tiagosiebler
6e7a949c60 fix(): consistent lev value in test 2023-04-02 10:55:27 +01:00
tiagosiebler
f43b731b62 v3.5.5: fix() add missing wallet balance response type properties 2023-04-02 10:45:01 +01:00
Tiago
2761e972ca Merge pull request #243 from tiagosiebler/tiagosiebler-patch-1
v3.5.4: feat(#242) add request param to contract replace order endpoint
2023-03-25 12:37:49 +00:00
Tiago
99ea128061 v3.5.4: feat(#242) add request param to contract replace order endpoint 2023-03-25 10:54:08 +00:00
Tiago
f5876bee56 Merge pull request #242 from sangnv-ptit/add-support-contract-modify-order-trigger-price
Support triggerPrice in ContractModifyOrderRequest
2023-03-25 10:52:47 +00:00
Sang Nguyen
b0ecabd08d Support triggerPrice in ContractModifyOrderRequest 2023-03-25 03:59:12 +07:00
Tiago
7911dbc705 Merge pull request #241 from tiagosiebler/parallelsign
fix(#240): fix sign error on parallel requests due to pointer mutation
2023-03-21 12:25:58 +00:00
tiagosiebler
985652bf9e fix(#240): remove another pointer mutation 2023-03-21 12:20:44 +00:00
tiagosiebler
802c02a553 fix(#240): fix sign error on parallel requests due to pointer mutation 2023-03-21 12:17:48 +00:00
Tiago
f59438d1ad Merge pull request #234 from tiagosiebler/typeendpoint
v3.5.2: feat() add missing v5 internal deposit records endpoint. fix(#233) return type for v5 wallet balance endpoint, fix(#232) timestamp resolution for v5 fetch time endpoint
2023-03-03 16:35:16 +00:00
tiagosiebler
816ab66c94 increase test timeout 2023-03-03 16:16:55 +00:00
tiagosiebler
1411dd36ff increase jest test timeout 2023-03-03 16:13:20 +00:00
tiagosiebler
dff34b6a46 v3.5.2: feat() add missing v5 internal deposit records endpoint. fix(#233) return type for v5 wallet balance endpoint, fix(#232) timestamp resolution for v5 fetch time endpoint 2023-03-03 16:02:44 +00:00
Tiago
9c5ca07088 Merge pull request #230 from tiagosiebler/v5ws
v3.5.1: Support for V5 WebSockets
2023-02-27 12:29:57 +00:00
tiagosiebler
13a82f7af8 fix fussy test 2023-02-27 12:23:41 +00:00
tiagosiebler
cbba8c348b chore(): remove unused import 2023-02-27 12:08:08 +00:00
tiagosiebler
c4176baa24 clean redundant comment 2023-02-27 12:00:39 +00:00
tiagosiebler
28bb694a63 update readme with v5 documentation 2023-02-27 11:48:28 +00:00
tiagosiebler
f59cbb3625 fix v5 private ws example 2023-02-27 11:39:28 +00:00
tiagosiebler
a0dc9c811d feat(): examples for v5 websockets with and without auth 2023-02-27 11:37:49 +00:00
tiagosiebler
d6534a438c fix type for v5 sub/unsub method 2023-02-24 16:10:25 +00:00
tiagosiebler
0a1cc4ed2b v3.5.1: feat() add support for V5 public & private websockets 2023-02-24 15:59:05 +00:00
Tiago
fad12f460f Merge pull request #224 from tiagosiebler/v5rest
v3.5.0: release RestClientV5 with end-to-end tests for v5 Bybit APIs
2023-02-23 12:19:04 +00:00
tiagosiebler
caf205fe33 v3.5.0: release v5 rest client for bybit APIs 2023-02-23 12:15:47 +00:00
tiagosiebler
a786da23e3 v3.5.0: release V5 REST client for bybit 2023-02-23 12:07:54 +00:00
tiagosiebler
00a45e4cd0 fix spot leverage token endpoint v5 2023-02-21 13:30:25 +00:00
tiagosiebler
6d24317022 move test to v5 folder 2023-02-21 12:48:12 +00:00
tiagosiebler
bf602c8d58 fix tests and incorrect v5 endpoint 2023-02-21 12:31:40 +00:00
tiagosiebler
860e2561a1 relax noisy test 2023-02-20 16:24:35 +00:00
tiagosiebler
eeb0d63f0d add e2e tests for v5 REST client. Fix competing tests. 2023-02-20 16:19:56 +00:00
tiagosiebler
9e2e105961 v3.5.0-beta.0: release with bumped node build version 2023-02-20 12:39:25 +00:00
tiagosiebler
fc1e3945c0 misc fixes for v5 rest client. Add e2e private fetch tests for v5 rest client. 2023-02-20 12:25:54 +00:00
tiagosiebler
69502f9e57 fix eslint tsconfigs 2023-02-20 11:38:58 +00:00
Tiago
adf7961480 Merge branch 'master' into v5rest 2023-02-18 17:26:36 +00:00
Tiago
78515b8781 Merge pull request #229 from tiagosiebler/linearfix
v3.4.2: fix() missing property from linear client set trading stop method
2023-02-18 17:25:41 +00:00
tiagosiebler
165043eb0f fix noisy test 2023-02-18 17:22:36 +00:00
tiagosiebler
caa23be70c v3.4.2: fix() missing property from linear client set trading stop method 2023-02-18 17:19:05 +00:00
tiagosiebler
b5ff56a38e linter fixes 2023-02-17 15:43:27 +00:00
tiagosiebler
649abf8bce add eslint rule 2023-02-17 14:08:51 +00:00
tiagosiebler
8193f5a5ce fix linting errors 2023-02-17 14:06:58 +00:00
tiagosiebler
dd6ef2fea5 address linter complaints 2023-02-17 14:01:07 +00:00
tiagosiebler
8e54ecbaf5 fix linter configuration & jest type dependency 2023-02-17 13:51:40 +00:00
tiagosiebler
7669c037c8 comment on example & fix failing test 2023-02-17 12:26:19 +00:00
Tiago
eeb7e2b9d3 Merge branch 'master' into v5rest 2023-02-17 12:19:58 +00:00
tiagosiebler
19f785b624 more tidying on v5 example and request type 2023-02-17 12:18:56 +00:00
tiagosiebler
6a4e7c09ed fixing and tidying v5 request and response types 2023-02-17 12:16:01 +00:00
tiagosiebler
6d9e73bdda add v5 leverage token and spot margin endpoints 2023-02-17 11:09:26 +00:00
tiagosiebler
d4add6d964 add v5 user rest endpoints 2023-02-16 15:30:01 +00:00
tiagosiebler
e312491968 add v5 asset rest endpoints 2023-02-16 13:46:46 +00:00