bbgo_origin/pkg/exchange/max/maxapi
2023-04-12 16:27:45 +08:00
..
v3 FEATURE: split self trades when use MAX RESTful API to query trades 2023-03-08 17:18:18 +08:00
account_test.go max: move methods 2023-04-12 15:00:26 +08:00
account.go maxapi: update time type fields 2023-04-12 15:00:26 +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 max: fix max kline api 2022-10-04 17:25:29 +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: refactor withdrawal request 2022-04-20 16:38:08 +08:00
order_test.go fix: apply gofmt on all files, add revive action 2022-06-17 16:06:59 +09:00
order.go FIX: use updated_at instead of created_at to convert MAX order to types.Order 2023-03-09 11:35:48 +08:00
public_parser.go fixedpoint for exchange and indicators, some fixes in types 2022-02-15 12:01:38 +09:00
public_test.go maxapi: add TestWithdrawal 2023-04-12 16:27:45 +08:00
public.go maxapi: remove unused parseKLines function 2023-04-12 15:01:18 +08:00
restapi.go maxapi: use sync.Once to prevent duplicated update and avoid update negative offset 2023-04-12 13:37:04 +08:00
reward_test.go maxapi: move test files 2023-04-12 15:02:14 +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.go max: fix trades/orders parsing 2022-05-27 19:48:03 +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: refactor withdrawal request 2022-04-20 16:38:08 +08:00
withdrawal_test.go maxapi: add TestWithdrawal 2023-04-12 16:27:45 +08:00
withdrawal.go max: replace client field type with interface 2022-08-10 23:59:25 +08:00