c9s
|
e66eb08db4
|
batch: refactor batch query
|
2022-05-31 00:59:33 +08:00 |
|
c9s
|
b8eb036556
|
simplify ftx kline sync call
|
2022-05-20 14:06:37 +08:00 |
|
Yo-An Lin
|
f37e407f99
|
Merge pull request #614 from jessy1092/ftx-support-interval
ftx: Let FTX support 4hr interval
|
2022-05-16 01:43:17 +08:00 |
|
Lee
|
8797e18959
|
ftx: Let FTX support 4hr interval
|
2022-05-16 01:23:38 +08:00 |
|
c9s
|
3af08abef2
|
ftx: fix ftx api get markets request
|
2022-05-08 18:36:25 +08:00 |
|
c9s
|
2f5f02523f
|
fix typpo
|
2022-04-23 00:10:27 +08:00 |
|
kfrico
|
bd4a932571
|
fix ftx pollKines bug
|
2022-04-19 21:29:45 +08:00 |
|
zenix
|
cb66f18b54
|
feature: add ftx market trade implementation
|
2022-03-23 19:12:49 +09:00 |
|
zenix
|
39572c5fe0
|
fix: remove maker/buyer/taker/sellerCommission
|
2022-03-07 14:32:00 +09:00 |
|
c9s
|
b8f54ed4b9
|
ftx: print result directly
|
2022-03-03 15:04:53 +08:00 |
|
c9s
|
86af4d2b40
|
ftx: rewrite order cancel handling
|
2022-03-03 14:52:24 +08:00 |
|
c9s
|
dd76cfafa4
|
ftx: remove legacy orderRequest from the legacy rest
|
2022-03-03 12:33:44 +08:00 |
|
c9s
|
c9f2027a38
|
ftx: remove the legacy orderRequest
|
2022-03-03 11:55:00 +08:00 |
|
c9s
|
5ea01c8d80
|
regenerate symbol map
|
2022-03-03 11:44:01 +08:00 |
|
c9s
|
eaa81f1313
|
ftx: remove legacy balances method
|
2022-03-03 11:43:15 +08:00 |
|
c9s
|
270ae51c9b
|
ftx: remove legacy PlaceOrderPayload
|
2022-03-03 11:42:57 +08:00 |
|
c9s
|
2510f14d53
|
ftx: remove legacy place order request method
|
2022-03-03 11:42:40 +08:00 |
|
c9s
|
5bbb796e94
|
ftx: clean up imports
|
2022-03-03 11:42:25 +08:00 |
|
c9s
|
37db477ece
|
ftx: remove legacy method CancelOrderByClientID
|
2022-03-03 11:42:13 +08:00 |
|
c9s
|
60ad6bc901
|
ftx: remove legacy CancelOrderByOrderID method
|
2022-03-03 11:41:51 +08:00 |
|
c9s
|
064da7f938
|
ftx: remove legacy open orders method
|
2022-03-03 11:40:23 +08:00 |
|
c9s
|
a47924d1c9
|
ftx: remove legacy order history method
|
2022-03-03 11:40:03 +08:00 |
|
c9s
|
6ae588575a
|
ftx: remove legacy market api method
|
2022-03-03 11:39:11 +08:00 |
|
c9s
|
2845e03100
|
ftx: fix ftx test cases
|
2022-03-03 01:47:19 +08:00 |
|
c9s
|
3f8f17b1de
|
ftx: reimplement submit order api
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
3b601d73ce
|
ftx: remove legacy fills requests
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
4321cab557
|
ftx: drop the legacy unused account request
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
688445d7e7
|
cmd: add get-order cmd
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
95daa004aa
|
ftx: implement get order status api
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
14bcc780a4
|
ftxapi: add cancel order by client order id
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
07dd2e8d9c
|
ftx: improve order cancel by client order id
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
5cfc266d7a
|
ftx: simplify and replace the order history query
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
5c8997e293
|
ftx: fix ftx order status isWorking
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
66700016e4
|
ftx: add toGlobalOrderNew to convert new order structure
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
e9e1127d3e
|
ftx: replace query markets api
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
883f0ed83a
|
ftxapi: replace fill implementation
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
833354e553
|
ftx: replace QueryTrades implementation
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
9c371425f6
|
ftx: replace QueryAccount implementation
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
84bc170a2e
|
ftxapi: use order types
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
03f0305b3d
|
ftxapi: add fills request
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
14a49989fe
|
ftxapi: define types
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
cd0ac71b99
|
ftxapi: separate request files
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
abc425d820
|
ftx: fix ftx api client
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
93992801f9
|
ftxapi: add order history request
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
9e350afed5
|
ftxapi: add get coins api
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
3601edab84
|
ftxapi: add get single market api
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
2a6310c5f5
|
ftxapi: add get markets api
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
94ee46787e
|
ftxapi: add generated files
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
7ed2e352d9
|
ftx: rewrite ftxapi
|
2022-03-03 00:30:52 +08:00 |
|
c9s
|
208a9bcb7d
|
fix: fix context error handling
|
2022-02-18 18:21:51 +08:00 |
|