Caius Citiriga
|
4bf527bef8
|
using typeguards and removed useless logging
|
2023-05-10 20:48:02 +02:00 |
|
Caius Citiriga
|
75a97fc9d4
|
handling multiple subscriptions confirmations received at once
|
2023-05-09 04:02:13 +02:00 |
|
Caius Citiriga
|
4b854ddb39
|
#218 Returning a promise when subscribing to topics
|
2023-05-09 03:37:26 +02:00 |
|
tiagosiebler
|
70adfd646a
|
v3.5.8: feat() easier env-controlled HTTP traces. Add missing properties for asset v5 types.
|
2023-05-01 12:11:09 +01:00 |
|
Tiago
|
b399ec4497
|
Merge pull request #247 from Tindtily/master
Add syncTimeBeforePrivateRequests option
|
2023-04-25 15:18:17 +01:00 |
|
Morphling
|
6b1863c289
|
Add syncTimeBeforePrivateRequest option
Add syncTimeBeforePrivateRequest option to determines whether to perform time synchronization before sending private requests
|
2023-04-18 04:37:11 +08:00 |
|
tiagosiebler
|
fbd9235eb0
|
chore(): run trailing comma linter, disable noisy test while in discussion with bybit
|
2023-04-13 12:23:36 +01:00 |
|
tiagosiebler
|
3c9e063165
|
v3.5.6, feat(#249): add 10-per-event limiter to spot v5 subscriptions, enable trailing comma linting rule
|
2023-04-13 12:00:08 +01:00 |
|
tiagosiebler
|
f43b731b62
|
v3.5.5: fix() add missing wallet balance response type properties
|
2023-04-02 10:45:01 +01:00 |
|
Sang Nguyen
|
b0ecabd08d
|
Support triggerPrice in ContractModifyOrderRequest
|
2023-03-25 03:59:12 +07: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 |
|
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 |
|
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
|
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 |
|
tiagosiebler
|
caf205fe33
|
v3.5.0: release v5 rest client for bybit APIs
|
2023-02-23 12:15:47 +00:00 |
|
tiagosiebler
|
00a45e4cd0
|
fix spot leverage token endpoint v5
|
2023-02-21 13:30:25 +00:00 |
|
tiagosiebler
|
bf602c8d58
|
fix tests and incorrect v5 endpoint
|
2023-02-21 12:31:40 +00:00 |
|
tiagosiebler
|
eeb0d63f0d
|
add e2e tests for v5 REST client. Fix competing tests.
|
2023-02-20 16:19:56 +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 |
|
Tiago
|
adf7961480
|
Merge branch 'master' into v5rest
|
2023-02-18 17:26: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
|
8193f5a5ce
|
fix linting errors
|
2023-02-17 14:06:58 +00:00 |
|
tiagosiebler
|
8e54ecbaf5
|
fix linter configuration & jest type dependency
|
2023-02-17 13:51:40 +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 |
|
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 |
|
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 |
|
tiagosiebler
|
8010b2cebf
|
v3.3.10: fix(#220): correctly detecting usdc pairs for unified perp ws market
|
2023-01-24 11:04:50 +00:00 |
|
tiagosiebler
|
48e62402b8
|
v3.3.9: fix copy trading close order endpoint. add ws log for topic sub request. add example for rest copy closing.
|
2023-01-07 12:05:32 +00:00 |
|
tiagosiebler
|
5f0c674d4e
|
fix contract symbol ticker response typo
|
2022-12-28 14:57:13 +00:00 |
|
tiagosiebler
|
ae47d77f15
|
v3.3.7: fix nesting in contract list result type
|
2022-12-28 14:44:33 +00:00 |
|
tiagosiebler
|
6624ff87a2
|
update failing test
|
2022-12-28 13:13:52 +00:00 |
|
tiagosiebler
|
fc2b096ba1
|
v3.3.6: add response type for contract ticker
|
2022-12-28 13:07:29 +00:00 |
|
tiagosiebler
|
57e24dc035
|
v3.3.5: fix typo in contract endpoint order request interfaces
|
2022-12-07 17:23:38 +00:00 |
|
tiagosiebler
|
84b71f5c13
|
v3.3.4: fix optional param in contract client, add js/ts samples for contract client, fix e2e open interest limit test, update readme
|
2022-11-29 08:59:16 +00:00 |
|