Commit Graph

126 Commits

Author SHA1 Message Date
Jerko J
0dae947f9c Update README.md 2025-05-30 13:18:05 +02:00
tiagosiebler
0bc368462e chore(): typo in readme 2025-05-22 11:45:39 +01:00
tiagosiebler
55fbf71e05 feat(v4.1.8): introduce dedicated WebsocketAPIClient 2025-05-22 11:42:33 +01:00
batrudinych
33aca9d503 fix typo 2025-05-16 01:56:22 +03:00
tiagosiebler
e1b51ee750 chore(): readme update 2025-03-04 11:45:03 +00:00
tiagosiebler
789067b049 chore(): readme update 2025-03-04 11:44:35 +00:00
tiagosiebler
bb37241133 chore(): readme update 2025-03-04 11:43:40 +00:00
tiagosiebler
cf61a44458 chore(): readme updates 2025-03-04 11:43:15 +00:00
tiagosiebler
212d171237 chore(): readme update 2025-03-04 11:10:18 +00:00
tiagosiebler
5a513ea64e feat(v4.0.0): WebSocket API, WebsocketClient upgrades, decommission deprecated v1-v3 API groups 2025-03-04 11:08:37 +00:00
tiagosiebler
355756723f chore(): update examples for exception event 2025-02-18 11:02:47 +00:00
tiagosiebler
0d20822483 chore(): update default logger examples 2025-01-24 15:41:34 +00:00
tiagosiebler
a4945d1caf chore(): updates for pre-V5 deprecations 2025-01-24 15:35:11 +00:00
tiagosiebler
9c12727b9d chore(): add table of contents 2025-01-23 16:53:12 +00:00
tiagosiebler
7ebad90e7f chore(): update readme 2025-01-23 16:46:15 +00:00
tiagosiebler
76b3130324 chore(): readme tweaks 2025-01-23 15:50:28 +00:00
tiagosiebler
592ab00fbc chore(): readme updates 2025-01-23 12:52:41 +00:00
tiagosiebler
9524c995fc chore(): readme updates 2025-01-23 12:51:48 +00:00
tiagosiebler
df35725027 chore(): update readme 2025-01-23 12:48:51 +00:00
tiagosiebler
44839f6d46 chore(): readme update 2025-01-23 12:45:36 +00:00
tiagosiebler
1327f1c0db chore(): rearrange sections 2025-01-23 12:44:44 +00:00
tiagosiebler
d6cd453b33 chore(): update readme 2025-01-23 12:43:47 +00:00
tiagosiebler
e786391f15 chore(): improve readme 2025-01-23 12:43:23 +00:00
tiagosiebler
d8bd68ed24 chore(): update readme with WS API examples 2025-01-23 12:37:21 +00:00
tiagosiebler
98d2331f0e feat(): add example for REST-like WS API usage for Bybit in Node.js/JavaScript/TypeScript. Update type flowing and docs for stricter types. 2025-01-22 12:07:05 +00:00
Jerko J
7b7258b009 feat(): added Crypto Loan endpoints 2024-10-15 12:34:43 +02:00
github-actions[bot]
1ff5360d5e chore(): README.md template sections 2024-09-30 13:46:43 +00:00
Jerko J
d476b20d1d feat(): added automatic Readme actions 2024-09-23 14:26:24 +02:00
Jerko J
c2d406ef6f chore(): updated readme 2024-08-29 16:56:14 +02:00
tiagosiebler
5e3b463e94 chore(): update readme badges 2024-06-14 14:37:06 +01:00
tiagosiebler
7096da22e7 v3.10.6: chore() readme & logo updates, fix() bump dependencies 2024-06-14 14:35:49 +01:00
tiagosiebler
cc362c469b v3.9.9: feat() support demo trading apis 2024-04-09 17:47:46 +01:00
tiagosiebler
a18e9af018 chore(): add accountstate module link in readme 2024-03-04 11:30:06 +00:00
tiagosiebler
45705c0e79 chore(): doc updates 2023-12-22 11:54:58 +00:00
tiagosiebler
5a7337b36a chore(): readme cleaning 2023-12-22 11:49:56 +00:00
tiagosiebler
48eaa4785d feat(#186): add proxy & rate limits example. Misc doc updates. 2023-12-22 11:47:54 +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
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
821e949a2e chore(): readme improvements 2023-06-27 11:17:22 +01:00
tiagosiebler
b1899460f0 chore(): readme notes on browser usage 2023-06-27 11:16:31 +01:00
tiagosiebler
ae8832bf76 feat(): update branding logo 2023-06-01 14:40:19 +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
28bb694a63 update readme with v5 documentation 2023-02-27 11:48:28 +00:00
tiagosiebler
a786da23e3 v3.5.0: release V5 REST client for bybit 2023-02-23 12:07:54 +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
6fa204e8bd v3.4.0: feat(#219) add support for account asset v3 REST endpoints 2023-02-13 17:20:03 +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
tiagosiebler
bc7b2322bf v3.3.2: feat(#203) add execution history list endpoint for linear 2022-11-17 15:09:24 +00:00
tiagosiebler
909e36347e fix additional encoding issue for cursor with equals symbol. Add contract client return type. Add additional cursor e2e test. 2022-11-16 14:58:56 +00:00