Commit Graph

892 Commits

Author SHA1 Message Date
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
tiagosiebler
60a7aa0d9e add v5 account rest endpoints 2023-02-16 12:57:49 +00:00
tiagosiebler
71c6c9b6a5 add position v5 rest apis 2023-02-16 12:25:25 +00:00
Tiago
9649254c37 Merge pull request #226 from tiagosiebler/tiagosiebler-patch-1
v3.4.1: fix(#225) fix typos in account asset v3 client
2023-02-15 15:24:06 +00:00
Tiago
6ae67d50d8 v3.4.1: fix(#225) fix typos in account asset v3 client 2023-02-15 15:21:07 +00:00
Tiago
a423622eef Merge pull request #225 from alleyway/master
string type error in createSubAPIKeyRequest
2023-02-15 15:20:04 +00:00
Michael Lake
6ccc084bc0 correctly call GET instead of POST when querying query-sub-members 2023-02-15 15:34:21 +01:00
Michael Lake
7e9fe9b846 string type error in createSubAPIKeyRequest 2023-02-15 15:18:48 +01:00
tiagosiebler
47e1255159 chore(): tidying, consolidate repetitive types 2023-02-15 11:33:22 +00:00
tiagosiebler
145f17d4f1 feat(): expand v5 client with trade endpoints 2023-02-15 11:12:27 +00:00
tiagosiebler
5b44e31207 v3.5.0: feat(): add market endpoints for v5 REST APIs, with tests 2023-02-14 17:31:11 +00:00
Tiago
a852fd1c63 Merge pull request #223 from tiagosiebler/accountav3
v3.4.0: feat(#219) add support for account asset v3 REST endpoints
2023-02-14 10:58:21 +00:00
tiagosiebler
d6f61a9cbc chore(): relax error code check on UM order test 2023-02-13 17:26:02 +00:00
tiagosiebler
7bdd44b595 chore(): fix use-before-define type check 2023-02-13 17:24:00 +00:00
tiagosiebler
6fa204e8bd v3.4.0: feat(#219) add support for account asset v3 REST endpoints 2023-02-13 17:20:03 +00:00
Tiago
0c0900e608 Merge pull request #200 from tiagosiebler/dependabot/npm_and_yarn/loader-utils-2.0.4
Bump loader-utils from 2.0.0 to 2.0.4
2023-01-24 11:20:40 +00:00
Tiago
3f26c05de4 Merge pull request #215 from tiagosiebler/dependabot/npm_and_yarn/json5-2.2.3
Bump json5 from 2.1.3 to 2.2.3
2023-01-24 11:20:17 +00:00
Tiago
ef5552e8ba Merge pull request #221 from tiagosiebler/unifiedperpusdc
v3.3.10: fix(#220): correctly detecting usdc pairs for unified perp ws market
2023-01-24 11:17:09 +00:00
tiagosiebler
8d0702f1a7 skip tests reported to bybit 2023-01-24 11:14:04 +00:00