bbgo_origin/pkg/exchange/binance/binanceapi
2023-01-19 13:07:01 +09:00
..
alias.go feature: add cancel_replace for binance, add FastSubmitOrders, fix drift leakage on pendingOrderCounter 2022-11-21 12:16:11 +09:00
cancel_replace_request.go feature: add cancel_replace for binance, add FastSubmitOrders, fix drift leakage on pendingOrderCounter 2022-11-21 12:16:11 +09:00
cancel_replace_spot_order_request_requestgen.go feature: add cancel_replace for binance, add FastSubmitOrders, fix drift leakage on pendingOrderCounter 2022-11-21 12:16:11 +09:00
client_test.go binance: fix binanceapi client test 2022-12-03 12:35:04 +08:00
client.go binanceapi: adjust http timeout to 10s 2022-12-09 21:30:33 +08:00
get_api_referral_if_new_user_request_requestgen.go binance: add GetApiReferralIfNewUserRequest api 2022-06-14 12:24:48 +08:00
get_api_referral_if_new_user_request.go binance: add GetApiReferralIfNewUserRequest api 2022-06-14 12:24:48 +08:00
get_deposit_address_request_requestgen.go binanceapi: add GetForceLiquidationRecordRequest api 2022-05-04 16:27:28 +08:00
get_deposit_address_request.go binance: add NewGetDepositAddressRequest api 2022-05-04 16:27:28 +08:00
get_deposit_history_request_requestgen.go binanceapi: add GetForceLiquidationRecordRequest api 2022-05-04 16:27:28 +08:00
get_deposit_history_request.go binance: add GetDepositHistoryRequest 2022-05-04 16:27:28 +08:00
get_historical_trades_request_requestgen.go feature: get historical public trades from binance 2023-01-19 13:07:01 +09:00
get_historical_trades_request.go feature: get historical public trades from binance 2023-01-19 13:07:01 +09:00
get_margin_interest_history_request_requestgen.go binance: add GetMarginInterestHistoryRequest api 2022-05-29 01:13:33 +08:00
get_margin_interest_history_request_test.go binance: add GetMarginInterestHistoryRequest api 2022-05-29 01:13:33 +08:00
get_margin_interest_history_request.go binance: add GetMarginInterestHistoryRequest api 2022-05-29 01:13:33 +08:00
get_margin_interest_rate_history_request_requestgen.go binance: add GetMarginInterestHistoryRequest api 2022-05-29 01:13:33 +08:00
get_margin_interest_rate_history_request.go binance: add GetMarginInterestHistoryRequest api 2022-05-29 01:13:33 +08:00
get_margin_liquidation_history_request_requestgen.go binance: fix and rename margin liquidation history request 2022-05-29 00:57:46 +08:00
get_margin_liquidation_history_request.go binance: add GetMarginInterestHistoryRequest api 2022-05-29 01:13:33 +08:00
get_margin_loan_history_request_requestgen.go binance: fix and add loan/repay history test 2022-05-29 00:52:22 +08:00
get_margin_loan_history_request_test.go binance: fix and add loan/repay history test 2022-05-29 00:52:22 +08:00
get_margin_loan_history_request.go binance: fix and add loan/repay history test 2022-05-29 00:52:22 +08:00
get_margin_max_borrowable_request_requestgen.go binance: implement get margin max borrowable request 2022-09-19 17:09:34 +08:00
get_margin_max_borrowable_request.go binance: implement get margin max borrowable request 2022-09-19 17:09:34 +08:00
get_margin_repay_history_request_requestgen.go binance: fix and add loan/repay history test 2022-05-29 00:52:22 +08:00
get_margin_repay_history_request_test.go binance: fix and add loan/repay history test 2022-05-29 00:52:22 +08:00
get_margin_repay_history_request.go binance: convert loans and repays to global types 2022-05-29 11:52:25 +08:00
get_my_trades_request_requestgen.go binance: replace /api/v3/myTrades api 2022-12-09 16:44:27 +08:00
get_my_trades_request.go binance: replace /api/v3/myTrades api 2022-12-09 16:44:27 +08:00
get_spot_rebate_history_request_requestgen.go binance: fix and add loan/repay history test 2022-05-29 00:52:22 +08:00
get_spot_rebate_history_request.go binance: adjust margin history interface 2022-05-29 01:42:08 +08:00
get_trade_fee_request_requestgen.go binanceapi: add GetForceLiquidationRecordRequest api 2022-05-04 16:27:28 +08:00
get_trade_fee_request.go fix: apply gofmt on all files, add revive action 2022-06-17 16:06:59 +09:00
get_withdraw_history_request_requestgen.go add TestWithdrawBatchQuery test 2022-06-02 13:56:24 +08:00
get_withdraw_history_request.go add TestWithdrawBatchQuery test 2022-06-02 13:56:24 +08:00
page.go binance: fix and add loan/repay history test 2022-05-29 00:52:22 +08:00
rows.go binance: fix and add loan/repay history test 2022-05-29 00:52:22 +08:00
transfertype_string.go refactor and clean up withdraw history query method 2022-06-02 11:40:05 +08:00
withdraw_request_requestgen.go binanceapi: add GetForceLiquidationRecordRequest api 2022-05-04 16:27:28 +08:00
withdraw_request.go binanceapi: add withdraw request 2022-05-04 16:27:28 +08:00
withdrawstatus_string.go refactor and clean up withdraw history query method 2022-06-02 11:40:05 +08:00