bbgo_origin/pkg/exchange/max/maxapi
2024-02-06 00:36:49 +08:00
..
v3 FEATURE: run state machine 2023-12-20 16:02:37 +08:00
account_test.go max: move methods 2023-04-12 15:00:26 +08:00
account.go FIX: [max] remove outdated margin fields 2023-10-17 16:11:34 +08:00
auth.go max: add filters field to the auth message 2022-05-25 13:51:24 +08:00
cancel_order_request_requestgen.go max: add v2 order api back 2022-08-10 23:59:10 +08:00
cancel_order_request.go max: add v2 order api back 2022-08-10 23:59:10 +08:00
create_order_request_requestgen.go max: add v2 order api back 2022-08-10 23:59:10 +08:00
create_order_request.go max: add v2 order api back 2022-08-10 23:59:10 +08:00
get_account_request_requestgen.go maxapi: update requestgen files 2023-04-12 15:00:26 +08:00
get_accounts_request_requestgen.go maxapi: update requestgen files 2023-04-12 15:00:26 +08:00
get_deposit_history_request_requestgen.go maxapi: update time type fields 2023-04-12 15:00:26 +08:00
get_k_lines_request_requestgen.go max: fix max kline api 2022-10-04 17:25:29 +08:00
get_k_lines_request.go maxapi: add kline api test 2023-04-12 22:43:32 +08:00
get_markets_request_requestgen.go maxapi: replace the legacy get markets api 2023-04-12 15:00:26 +08:00
get_markets_request.go maxapi: replace the legacy get markets api 2023-04-12 15:00:26 +08:00
get_rewards_of_type_request_requestgen.go maxapi: refactor rewards api 2022-04-21 00:18:34 +08:00
get_rewards_request_requestgen.go maxapi: refactor rewards api 2022-04-21 00:18:34 +08:00
get_ticker_request_requestgen.go maxapi: simplify ticker response parsing 2023-04-12 15:00:26 +08:00
get_ticker_request.go maxapi: simplify ticker response parsing 2023-04-12 15:00:26 +08:00
get_tickers_request_requestgen.go maxapi: refactor and clean up public service api 2023-04-12 15:00:26 +08:00
get_tickers_request.go maxapi: refactor and clean up public service api 2023-04-12 15:00:26 +08:00
get_timestamp_request_requestgen.go maxapi: replace the legacy get markets api 2023-04-12 15:00:26 +08:00
get_timestamp_request.go maxapi: replace the legacy get markets api 2023-04-12 15:00:26 +08:00
get_vip_level_request_requestgen.go maxapi: update requestgen files 2023-04-12 15:00:26 +08:00
get_withdraw_history_request_requestgen.go maxapi: change time field to time.Time and update the generated code 2023-04-12 15:00:26 +08:00
get_withdrawal_addresses_request_requestgen.go maxapi: fix max withdrawal api 2023-07-24 15:28:11 +08:00
order_test.go fix: apply gofmt on all files, add revive action 2022-06-17 16:06:59 +09:00
order.go use OrderByType 2023-11-20 15:32:04 +08:00
public_parser.go max: reduce kline parsing cost 2024-02-06 00:36:49 +08:00
public_test.go maxapi: add more market info assertion 2023-04-13 16:18:11 +08:00
public.go maxapi: pass context object to the requests 2023-04-13 16:40:07 +08:00
restapi.go maxapi: change default http transport settings 2023-10-04 15:17:22 +08:00
reward_test.go maxapi: refactor reward tests 2023-04-12 16:32:56 +08:00
reward.go max: replace client field type with interface 2022-08-10 23:59:25 +08:00
trade.go max: replace client field type with interface 2022-08-10 23:59:25 +08:00
userdata_test.go types: add fee discounted field to the global trade struct 2023-07-25 14:57:10 +08:00
userdata.go FEATURE: use quote quantity if there is QuoteQuantity in trade 2023-09-05 18:28:10 +08:00
websocket.go fix: apply gofmt on all files, add revive action 2022-06-17 16:06:59 +09:00
withdrawal_request_requestgen.go maxapi: fix max withdrawal api 2023-07-24 15:28:11 +08:00
withdrawal_test.go maxapi: add TestWithdrawal 2023-04-12 16:27:45 +08:00
withdrawal.go maxapi: fix max withdrawal api 2023-07-24 15:28:11 +08:00