bbgo_origin/pkg/exchange/binance/binanceapi
2023-03-29 22:45:40 +08: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: fix payload encode format 2023-03-23 02:42:05 +08:00
futures_change_initial_leverage_request_requestgen.go xfunding: fix and call FuturesChangeInitialLeverageRequest 2023-03-29 17:14:29 +08:00
futures_change_initial_leverage_request.go xfunding: fix and call FuturesChangeInitialLeverageRequest 2023-03-29 17:14:29 +08:00
futures_change_multi_assets_mode_request_requestgen.go binance: add and fix multi assets mode 2023-03-29 16:59:15 +08:00
futures_change_multi_assets_mode_request.go binance: add and fix multi assets mode 2023-03-29 16:59:15 +08:00
futures_client.go binanceapi: add FuturesGetPositionRisksRequest 2023-03-24 18:36:54 +08:00
futures_get_account_balance_request_requestgen.go binanceapi: add get futures balance api 2023-03-29 22:25:54 +08:00
futures_get_account_balance_request.go binance: use requestgen api to query futures balances 2023-03-29 22:45:40 +08:00
futures_get_income_history_request_requestgen.go binance: fix income history request path 2023-03-25 02:09:42 +08:00
futures_get_income_history_request.go binanceapi: fix binance futures get income history query 2023-03-26 15:03:39 +08:00
futures_get_multi_assets_mode_request_requestgen.go binance: add and fix multi assets mode 2023-03-29 16:59:15 +08:00
futures_get_multi_assets_mode_request.go binance: add and fix multi assets mode 2023-03-29 16:59:15 +08:00
futures_get_position_risks_request_requestgen.go binance: add FuturesGetIncomeHistoryRequest api support 2023-03-24 22:35:22 +08:00
futures_get_position_risks_request.go bbgo: fix order executor ClosePosition for order executor 2023-03-29 17:46:54 +08:00
futures_transfer_request_requestgen.go binance: add binance futures_transfer_request 2023-03-23 00:54:37 +08:00
futures_transfer_request.go binance: add binance futures_transfer_request 2023-03-23 00:54:37 +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