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
|
a1d98e25c6
|
FEATURE: use max v3 new open orders api
|
2023-12-05 19:57:00 +08:00 |
|
chiahung.lin
|
ce76ad3c03
|
use OrderByType
|
2023-11-20 15:32:04 +08:00 |
|
chiahung.lin
|
592cdede66
|
FEATURE: use new max v3 api to query closed orders by timestamp
|
2023-11-17 16:21:20 +08:00 |
|
gx578007
|
10daeab1cb
|
FIX: [max] remove outdated margin fields
|
2023-10-17 16:11:34 +08:00 |
|
c9s
|
4700e754a8
|
maxapi: change default http transport settings
|
2023-10-04 15:17:22 +08:00 |
|
chiahung
|
db376f8483
|
FEATURE: use quote quantity if there is QuoteQuantity in trade
|
2023-09-05 18:28:10 +08:00 |
|
Edwin
|
50bfd8ee0e
|
pkg/exchange: add time to SliceOrderBook
|
2023-09-01 17:54:40 +08:00 |
|
c9s
|
4ed402b775
|
max: update deposit states and add more fields to deposit
|
2023-08-08 20:51:48 +08:00 |
|
c9s
|
25298720d0
|
max: implement TransferMarginAccountAsset on max
|
2023-08-08 13:16:11 +08:00 |
|
c9s
|
5460ebdbf4
|
max: add margin transfer request
|
2023-08-08 12:49:05 +08:00 |
|
c9s
|
54e0e1024c
|
Merge pull request #1254 from c9s/v1.50
merge back v1.50 into main
|
2023-07-31 20:24:00 +08:00 |
|
c9s
|
b02ac837ea
|
max: handle SelfTradeBidFeeDiscounted
|
2023-07-27 16:28:54 +08:00 |
|
c9s
|
cddb7874ce
|
maxapi: set user agent
|
2023-07-26 14:35:33 +08:00 |
|
c9s
|
fcca3f6432
|
types: add fee discounted field to the global trade struct
|
2023-07-25 14:57:10 +08:00 |
|
c9s
|
4de82ccdff
|
max: use types.MillisecondTimestamp for UpdateTime field
|
2023-07-25 13:37:31 +08:00 |
|
c9s
|
f5feb72355
|
max: add fee_discounted to Trade struct for RESTful api
|
2023-07-25 13:35:08 +08:00 |
|
c9s
|
afc5dbb951
|
Merge remote-tracking branch 'origin/v1.50'
|
2023-07-24 17:02:08 +08:00 |
|
c9s
|
16c62bbcba
|
maxapi: fix max withdrawal api
|
2023-07-24 15:28:11 +08:00 |
|
c9s
|
9c20215f41
|
max: use fixedpoint.Value for field parsing
|
2023-07-24 15:00:03 +08:00 |
|
c9s
|
5f2ead4ffd
|
maxapi: parse fd field and optimize trade snapshot parsing
|
2023-07-24 14:57:50 +08:00 |
|
c9s
|
0bb697bc1e
|
maxapi: move NewGetMarginLoanHistoryRequest method to the bottom of the file
|
2023-05-18 18:26:03 +08:00 |
|
c9s
|
7aa673c673
|
max: add currency parameter to /api/v3/wallet/:walletType/accounts api
|
2023-05-15 20:11:58 +08:00 |
|
c9s
|
7cf80473e5
|
maxapi: fix margin interest history request
|
2023-05-04 17:23:04 +08:00 |
|
c9s
|
1ca81e11e6
|
maxapi: add currency field to the accounts api
|
2023-05-04 17:20:42 +08:00 |
|
c9s
|
40f6295d91
|
maxapi: move GetMarginInterestRatesRequest api to a file
|
2023-05-04 17:18:42 +08:00 |
|
c9s
|
e9f711278e
|
maxapi: fix margin interest history api
|
2023-05-04 16:38:20 +08:00 |
|
c9s
|
2a462c8e32
|
maxapi: update margin repay/load apis
|
2023-05-04 14:43:19 +08:00 |
|
c9s
|
70e3f8ec5f
|
max: split v3 api into files
|
2023-05-04 14:37:19 +08:00 |
|
c9s
|
92b8652f78
|
maxapi: remove duplicated for loop
|
2023-04-13 17:29:23 +08:00 |
|
c9s
|
25daefabab
|
maxapi: fix nonce updater
|
2023-04-13 17:20:59 +08:00 |
|
c9s
|
8c02b5e64e
|
maxapi: pass context object to the requests
|
2023-04-13 16:40:07 +08:00 |
|
c9s
|
fed5d5f0b8
|
maxapi: add more market info assertion
|
2023-04-13 16:18:11 +08:00 |
|
c9s
|
cbbe6e286d
|
maxapi: add kline api test
|
2023-04-12 22:43:32 +08:00 |
|
c9s
|
3e41c1fb15
|
maxapi: add max v2 markets api test
|
2023-04-12 22:29:14 +08:00 |
|
Yo-An Lin
|
6bf7a6c0ac
|
Merge pull request #1139 from c9s/refactor/max-client
REFACTOR: [max] refactor api requests
|
2023-04-12 16:38:57 +08:00 |
|
c9s
|
a84a22bc2d
|
maxapi: refactor reward tests
|
2023-04-12 16:32:56 +08:00 |
|
c9s
|
9dab2470ef
|
maxapi: add TestWithdrawal
|
2023-04-12 16:27:45 +08:00 |
|
c9s
|
03d24e6947
|
maxapi: move test files
|
2023-04-12 15:02:14 +08:00 |
|
c9s
|
13d28edebb
|
maxapi: remove unused parseKLines function
|
2023-04-12 15:01:18 +08:00 |
|
c9s
|
f7d3fca1ec
|
maxapi: simplify ticker response parsing
|
2023-04-12 15:00:26 +08:00 |
|
c9s
|
012ef4a6f9
|
maxapi: refactor and clean up public service api
|
2023-04-12 15:00:26 +08:00 |
|
c9s
|
c1b7f7fd95
|
maxapi: replace the legacy get markets api
|
2023-04-12 15:00:26 +08:00 |
|
c9s
|
fc3ffe399e
|
maxapi: update time type fields
|
2023-04-12 15:00:26 +08:00 |
|
c9s
|
fd6dfc5c9e
|
maxapi: change time field to time.Time and update the generated code
|
2023-04-12 15:00:26 +08:00 |
|
c9s
|
4944fdda2d
|
max: replace time type fields
|
2023-04-12 15:00:26 +08:00 |
|
c9s
|
d95daba3f0
|
maxapi: update requestgen files
|
2023-04-12 15:00:26 +08:00 |
|
c9s
|
3ad553a876
|
max: move methods
|
2023-04-12 15:00:26 +08:00 |
|
c9s
|
51c1d47fbc
|
maxapi: move some methods to the rest client level
|
2023-04-12 15:00:25 +08:00 |
|