Also check for createLimitOrder as optionals
This commit is contained in:
parent
b9ba94d644
commit
5c164efdb6
@ -73,7 +73,7 @@ EXCHANGE_HAS_REQUIRED = [
|
|||||||
EXCHANGE_HAS_OPTIONAL = [
|
EXCHANGE_HAS_OPTIONAL = [
|
||||||
# Private
|
# Private
|
||||||
'fetchMyTrades', # Trades for order - fee detection
|
'fetchMyTrades', # Trades for order - fee detection
|
||||||
# 'createLimitOrder', 'createMarketOrder', # Either OR for orders
|
'createLimitOrder', 'createMarketOrder', # Either OR for orders
|
||||||
# 'setLeverage', # Margin/Futures trading
|
# 'setLeverage', # Margin/Futures trading
|
||||||
# 'setMarginMode', # Margin/Futures trading
|
# 'setMarginMode', # Margin/Futures trading
|
||||||
# 'fetchFundingHistory', # Futures trading
|
# 'fetchFundingHistory', # Futures trading
|
||||||
|
Loading…
Reference in New Issue
Block a user