Commit Graph

348 Commits

Author SHA1 Message Date
tiagosiebler
d4ebc8227c feat(#339): add longshort ratio v5 method 2024-05-07 13:15:46 +01:00
tiagosiebler
bd10bd9e63 v3.10.3: feat(#340) fix pass-through headers for proxying via nginx. add second proxy example. 2024-05-07 13:10:12 +01:00
William
d4bd0859e1 Update PositionV5 and AddOrReduceMarginResultV5 2024-05-01 04:32:45 +02:00
William
510eb35fea Introduce WSPublicTopicEventV5 and WSPrivateTopicEventV5 2024-04-30 22:16:27 +02:00
William
866c555fd1 Update PositionSideV5 type 2024-04-28 14:46:12 +02:00
William
12b5b0a418 Add type guards for ws position events 2024-04-25 17:28:28 +02:00
William
ccaae1be1b Adds WSPositionEventV5 and WSPositionV5 interfaces 2024-04-25 17:26:34 +02:00
William
400e86a777 Add PositionStatusV5 and PositionSideV5 types 2024-04-25 17:26:07 +02:00
William
ed20b625c5 Update WSAccountOrderV5 2024-04-25 17:12:29 +02:00
William
a2f40b6b6e Add type guards for ws order events and ws execution events 2024-04-25 17:04:03 +02:00
William
9dcf48eb6f Reorder WSAccountOrderV5 and add missing parameters createType and marketUnit 2024-04-25 16:53:49 +02:00
William
98cf9655a1 Adds WSExecutionEventV5 and WSExecutionV5 interfaces 2024-04-25 16:33:47 +02:00
William
bdd20218cd Update ExecTypeV5 2024-04-25 16:33:02 +02:00
William
51265548ee Update OrderCreateTypeV5 2024-04-25 16:32:41 +02:00
tiagosiebler
f14365d8e2 v3.10.1: fix(#333) v5 time endpoint 2024-04-15 10:44:19 +01:00
tiagosiebler
1664a4c4e9 fix(): demo funds endpoint 2024-04-11 15:45:31 +01:00
tiagosiebler
cc362c469b v3.9.9: feat() support demo trading apis 2024-04-09 17:47:46 +01:00
Brent de Jong
4825512eae Added minNotionalValue LinearInverseInstrumentInfoV5 2024-03-29 11:59:47 +01:00
Brent de Jong
1314ca33cd Updated V5 InstrumentInfo types
Missing attributes have been added according to the documentation

`postOnlyMaxOrderQty` should be removed from `LinearInverseInstrumentInfoV5` as this has been replaced by `maxOrderQty`.
2024-03-27 18:30:25 +01:00
tiagosiebler
76d7059f68 v3.9.7: feat(#324) add new account order v5 properties 2024-03-11 10:28:28 +00:00
tiagosiebler
8c57e7f6b4 fix() wrapper type for responsev3 2024-03-04 11:31:32 +00:00
tiagosiebler
50d8993ca2 v3.9.6: feat(#322) add nextPageCursor type via generic 2024-03-04 11:28:17 +00:00
William
93a6457a1a Add marketUnit optional property to OrderParamsV5 interface
This commit introduces a new optional `marketUnit` property to the `OrderParamsV5` interface, allowing the specification of 'baseCoin' or 'quoteCoin'.
2024-02-19 14:27:03 +01:00
tiagosiebler
1bf357b5cf v3.9.2: fix(#315) orderbook level type 2024-02-13 10:15:55 +00:00
Thijmen Maus
e06d7d2767 chore(v5): update imports order to fix codestyle 2024-02-11 15:49:05 +01:00
Thijmen Maus
120f9edb24 fix(type): change from number to string to align with API docs 2024-02-11 15:30:29 +01:00
Thijmen Maus
304d960567 feat(user): add methods to delete submember 2024-02-11 15:25:34 +01:00
tiagosiebler
7fcf4b0bf4 v3.9.0: feat() upgrade to node lts, feat() upgrade axios, jest and other dependencies, chore(): move some dependencies to optional 2024-01-25 14:42:39 +00:00
tiagosiebler
9ba44d9477 v3.8.2: feat(#310) add set collateral coin endpoints 2024-01-25 10:44:24 +00:00
tiagosiebler
9cb22d192e v3.8.1: feat() add type guard and type for ws orderbook events 2024-01-17 11:41:36 +00:00
tiagosiebler
2ba50f82e6 feat(#307): add new create sub parameters 2024-01-03 15:39:19 +00:00
tiagosiebler
afc099f4ac feat(): slight improvement around ws teardown. feat(#305): implement safe terminate for browsers 2023-12-22 12:00:42 +00:00
tiagosiebler
923b1b02e0 feat(): safer websocket timer cleanup 2023-12-22 10:53:22 +00:00
Tiago
955b7550ce Merge branch 'master' into docsupdate 2023-12-11 09:32:29 +00:00
tiagosiebler
e0db4edddb v3.7.7: minor docs improvements. support for recvWindow for ws client 2023-12-11 09:29:59 +00:00
t0chk
9c12826175 type fixing
- add StopOrder  to OrderFilterV5
https://bybit-exchange.github.io/docs/v5/order/cancel-order#request-parameters

- add isMaster to api info

- version ++ :)
2023-12-10 07:18:09 +03:00
Caius Citiriga
0b8f20c75e chore(websockets): removed unused imports 2023-11-16 16:58:54 +01:00
Caius Citiriga
e7bd4e52b3 feat(events): refactored interfaces in separate file 2023-11-16 16:57:31 +01:00
Caius Citiriga
a93b45a6b2 feat(account-order): adds WSAccountOrderEventV5 & WSAccountOrderV5 interfaces 2023-11-15 18:30:34 +01:00
tiagosiebler
6b19c6503b v3.7.6: feat() update batch order types & categories 2023-11-02 15:59:33 +00:00
tiagosiebler
08919f78ac v3.7.5: fix() optional properties in AccountOrderV5 response interface 2023-11-01 09:58:54 +00:00
tiagosiebler
27192d23e6 feat(): improve dynamic types for getTickers 2023-10-30 13:48:01 +00:00
tiagosiebler
a790fcaf04 feat(#251): add optional bapi rate limit parsing to REST clients 2023-10-30 13:47:40 +00:00
tiagosiebler
eb33084b7f chore(): fix jsdoc param 2023-10-30 12:48:42 +00:00
tiagosiebler
7460cf4b5c feat(): add deprecation warnings for v1/v2 REST clients 2023-10-30 12:22:04 +00:00
Thijmen Maus
42ade6d6dd remove unused variable 2023-09-12 11:31:32 +02:00
Thijmen Maus
2fb2b7cc40 make method generic and add mapping 2023-09-12 11:25:43 +02:00
tiagosiebler
21ac313f38 chore(): route tests via proxy instead of github CI address 2023-08-18 16:21:13 +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