c9s
|
52f32e0ad0
|
upgrade github.com/c9s/requestgen to 1.4.3
|
2024-09-12 17:27:30 +08:00 |
|
c9s
|
de0d11b511
|
max: regenerate order cancel requests
|
2024-09-11 16:47:20 +08:00 |
|
c9s
|
2527c0c7b7
|
max: convert v3 DepositStateFailed into rejected
|
2024-09-04 15:00:37 +08:00 |
|
c9s
|
a2f8fe5f72
|
max: add v3 DepositStateFailed state
|
2024-09-04 14:59:58 +08:00 |
|
c9s
|
ed51eff242
|
max: drop unused function
|
2024-09-04 14:59:10 +08:00 |
|
c9s
|
f27afac77b
|
max: use error log instead of warning log for convertion
|
2024-09-04 11:20:30 +08:00 |
|
c9s
|
1b8d7bd805
|
max: fix v3 deposit state conversion
|
2024-09-04 11:17:56 +08:00 |
|
kbearXD
|
90712aff29
|
FEATURE: update get trades api
|
2024-08-19 17:05:02 +08:00 |
|
c9s
|
b88aff6d73
|
max: fix GetDepositHistoryRequest
|
2024-08-16 13:40:34 +08:00 |
|
c9s
|
4154cc9d53
|
max: fix max withdrawal api parameters
|
2024-08-16 13:27:14 +08:00 |
|
c9s
|
25b0b5ded5
|
max: fix withdraw state convert by calling convertWithdrawStatusV2
v3 api does not return status field
|
2024-08-07 17:12:55 +08:00 |
|
c9s
|
e03ba63e44
|
max: remove legacy emptyTime
|
2024-08-05 16:40:10 +08:00 |
|
c9s
|
5d65b817ef
|
max: add withdraw status convert function for v3
|
2024-08-05 16:39:44 +08:00 |
|
c9s
|
97336912e5
|
max: use v3/withdrawals apis
|
2024-08-02 15:24:00 +08:00 |
|
c9s
|
6bc8dffe16
|
maxapi: improve withdraw status conversion
|
2024-07-31 16:43:56 +08:00 |
|
kbearXD
|
1c28fd3b44
|
FEATURE: [max] update max api url
|
2024-07-15 18:04:44 +08:00 |
|
kbearXD
|
e63158f5fa
|
FEATURE: update max api to latest version
|
2024-06-28 16:32:41 +08:00 |
|
c9s
|
75b86e435a
|
max: assign client order id only when it's not empty
|
2024-05-23 17:16:27 +08:00 |
|
hidewrong
|
d6d428ed9f
|
chore: fix some comments
Signed-off-by: hidewrong <hidewrong@outlook.com>
|
2024-04-17 11:11:53 +08:00 |
|
c9s
|
0318e08e0f
|
max: add fee processing field
|
2024-04-08 17:17:46 +08:00 |
|
c9s
|
d399b39c44
|
max: simplify QueryTicker
|
2024-03-26 18:16:57 +08:00 |
|
c9s
|
f618485536
|
max: remove the extra user agent from the http headers
|
2024-03-15 15:22:37 +08:00 |
|
c9s
|
f785398249
|
max: adjust max rate limiters
|
2024-03-15 15:22:37 +08:00 |
|
kbearXD
|
2b52211c1c
|
new function IsFilledOrderState for maxapi
|
2024-03-14 16:18:12 +08:00 |
|
c9s
|
cf4fb0eaf1
|
adjust max order limiter
|
2024-03-09 23:48:05 +08:00 |
|
c9s
|
4f57c5b842
|
Merge pull request #1545 from c9s/feat/add-universal-cancel-all-orders
FEATURE: add universal cancel all orders api helper
|
2024-02-27 22:12:16 +08:00 |
|
c9s
|
24013a82ab
|
Merge pull request #1546 from c9s/feat/add-exchange-field-to-market
FEATURE: add exchange field to types.Market
|
2024-02-23 18:49:31 +08:00 |
|
c9s
|
4aca676b4d
|
all: add exchange field to types.Market
|
2024-02-23 18:36:52 +08:00 |
|
c9s
|
3b8a3bed5f
|
add universal cancel all orders api helper
|
2024-02-23 16:56:30 +08:00 |
|
c9s
|
c6db392a26
|
deposit2transfer: improve deposit logging
|
2024-02-15 11:43:59 +08:00 |
|
c9s
|
75a2abeeab
|
max: reduce kline parsing cost
|
2024-02-06 00:36:49 +08:00 |
|
c9s
|
3aa6b0c13c
|
max: remove unused parseBookEntries function
|
2024-01-24 17:56:04 +08:00 |
|
c9s
|
6cf5300650
|
max: preallocate fastjson array object var memory
|
2024-01-24 16:58:42 +08:00 |
|
c9s
|
e67155d6cc
|
max: optimize book parsing
|
2024-01-24 16:58:42 +08:00 |
|
c9s
|
fcd367b8c2
|
max: pre-allocate price volume slice memory
|
2024-01-24 16:58:42 +08:00 |
|
c9s
|
e6f911380d
|
max: set max websocket book default level
|
2024-01-24 13:52:49 +08:00 |
|
c9s
|
c01be14c70
|
max: remove unused var
|
2024-01-11 15:20:38 +08:00 |
|
c9s
|
68be0badca
|
max: improve depth parsing speed
|
2024-01-11 15:20:19 +08:00 |
|
c9s
|
905148a34f
|
maxapi: use fastjson parser pool
|
2024-01-11 15:20:06 +08:00 |
|
chiahung.lin
|
bfd9c8ac64
|
FEATURE: run state machine
FEATURE: support recover
FEATURE: add order into orderStore and recover position
recover position/budget
FEATURE: support recover budget
|
2023-12-20 16:02:37 +08:00 |
|
chiahung.lin
|
c906d6a74d
|
rename variable
|
2023-12-06 11:27:06 +08:00 |
|
chiahung.lin
|
d54b7365dd
|
FEATURE: use types.OrderMap to avoid missing and duplicated orders
|
2023-12-05 20:10:37 +08:00 |
|
chiahung
|
a1d98e25c6
|
FEATURE: use max v3 new open orders api
|
2023-12-05 19:57:00 +08:00 |
|
chiahung.lin
|
165e788c3d
|
fix
|
2023-12-05 16:59:26 +08:00 |
|
chiahung.lin
|
9fab37a284
|
use getLaunchDate
|
2023-12-05 15:34:31 +08:00 |
|
chiahung.lin
|
21c037a877
|
FIX: fix list closed orders api limit
|
2023-12-04 20:01:54 +08:00 |
|
chiahung.lin
|
800148b271
|
remain only template part
|
2023-11-23 16:45:28 +08:00 |
|
kbearXD
|
9722c3eb49
|
Merge pull request #1421 from c9s/feature/maxapi/get-closed-orders
FEATURE: use new max v3 api to query closed orders by timestamp
|
2023-11-23 12:46:30 +08:00 |
|
chiahung
|
7cb8da08cd
|
use asc as order by to query closed orders
|
2023-11-21 17:14:33 +08:00 |
|
chiahung.lin
|
ce76ad3c03
|
use OrderByType
|
2023-11-20 15:32:04 +08:00 |
|