Commit Graph

114 Commits

Author SHA1 Message Date
tiagosiebler
8fce364895 v3.7.8: docs cleaning, add recvwindow support for ws 2023-12-11 09:31:39 +00:00
tiagosiebler
e0db4edddb v3.7.7: minor docs improvements. support for recvWindow for ws client 2023-12-11 09:29:59 +00:00
tiagosiebler
6b19c6503b v3.7.6: feat() update batch order types & categories 2023-11-02 15:59:33 +00:00
tiagosiebler
d4299d4e3e v3.7.5: fix(): AccountOrderV5 interface optional properties 2023-11-01 09:59:27 +00:00
tiagosiebler
7c67d5f98f v3.7.4: feat(#251, #291) add optional endpoint rate limit parsing, add deprecation warnings for v1/v2 rest clients, improve v5 types, bump dependencies 2023-10-30 13:53:25 +00:00
tiagosiebler
119a21b512 v3.7.3: feat(#286) improved type flowing for instrument info v5 2023-09-12 10:49:24 +01:00
tiagosiebler
9bc1ff89c6 v3.7.2: fix() response type for v5 open interest endpoint 2023-08-18 15:17:49 +01:00
tiagosiebler
2d31bda1d7 v3.7.1: chore() naming consistency for interface, pass through logger for ws url getter 2023-06-27 11:13:54 +01:00
tiagosiebler
edcef2aaab v3.7.0: add missing v5 endpoints, add new tpsl request/response v3 & v5 parameters, add rest api samples for docs 2023-06-09 15:32:44 +01:00
tiagosiebler
ae8832bf76 feat(): update branding logo 2023-06-01 14:40:19 +01:00
tiagosiebler
7e2a533b0c v3.6.0: feat(#218, #256) returning a promise when subscribing 2023-05-18 09:57:31 +01: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
tiagosiebler
54e1f90457 v3.5.7: feat(#247) add optional flag to sync time before every api call 2023-04-25 15:20:13 +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
Tiago
99ea128061 v3.5.4: feat(#242) add request param to contract replace order endpoint 2023-03-25 10:54:08 +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
0a1cc4ed2b v3.5.1: feat() add support for V5 public & private websockets 2023-02-24 15:59:05 +00:00
tiagosiebler
a786da23e3 v3.5.0: release V5 REST client for bybit 2023-02-23 12:07:54 +00:00
tiagosiebler
9e2e105961 v3.5.0-beta.0: release with bumped node build version 2023-02-20 12:39:25 +00:00
tiagosiebler
8e54ecbaf5 fix linter configuration & jest type dependency 2023-02-17 13:51:40 +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
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
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
Justinas Mankus
6b17fbe5ba bumping version 2022-11-17 18:29:07 +02:00
tiagosiebler
c3f7ecb30e v3.3.1: fix(#199) wrong endpoint for contract.getOpenInterestLimitInfo 2022-11-16 12:03:36 +00:00
tiagosiebler
45373a1d1c v3.3.0: fix rare sign issue when using cursor with private unified margin requests. URI encode serialised request values by default. 2022-11-15 16:24:43 +00:00
tiagosiebler
c46645713e v3.2.1: add instrument info response type. add cursor example with unified margin request 2022-11-15 15:26:57 +00:00
tiagosiebler
2b0a46e9e3 v3.2.0: add contract v3 REST & WebSocket clients 2022-11-12 13:36:05 +00:00
tiagosiebler
12cf5ac2a3 v3.1.3: fix(#187) rare signature failure for spotv3 GET with parameters 2022-10-24 19:49:50 +01:00
tiagosiebler
a7d4f630b3 feat(#187, v3.1.2): add support for new orderCategory param for spotv3 2022-10-23 10:59:37 +01:00
twxia
2a2eee1ddf update package version & add 3303001 error code 2022-10-12 09:45:43 +01:00
tiagosiebler
9c3a37e7b0 fix ws subscribe/unsubscribe workflows, which were repeating requests to each active ws connection unintentionally 2022-10-09 19:21:46 +01:00
tiagosiebler
7fa82e099a expose ws store 2022-09-28 09:55:48 +01:00
tiagosiebler
866580ef10 trigger release 2022-09-20 00:18:02 +01:00
tiagosiebler
bc3ce2e948 update desc 2022-09-20 00:07:48 +01:00
tiagosiebler
63547848c9 readme phrasing 2022-09-17 11:40:05 +01:00
tiagosiebler
6fbaf7c80a version bump for beta 2022-09-16 17:06:04 +01:00
tiagosiebler
d1ed7971ad v2.4.0-beta.1. remove circleci, cleaning in ws client 2022-09-14 23:12:44 +01:00
tiagosiebler
84f9d61891 fix spot post api call 2022-08-18 19:04:24 +01:00
tiagosiebler
2d0366a708 remove silly logger from ws by default. Expand spot and linear types 2022-08-18 17:04:53 +01:00
tiagosiebler
43c1f91b50 v2.3.0: fix(#158), disable time sync by default. Optionally avoid hitting time API when connecting authenticated websocket. 2022-07-12 11:32:17 +01:00
tiagosiebler
c518a85524 readme updates 2022-06-30 16:27:34 +01:00