Add additional endpoints to "has_optional" dict as comments
This commit is contained in:
parent
08a55d4f6d
commit
83f6401820
@ -73,6 +73,9 @@ EXCHANGE_HAS_OPTIONAL = [
|
|||||||
'fetchTickers', # For volumepairlist?
|
'fetchTickers', # For volumepairlist?
|
||||||
'fetchTrades', # Downloading trades data
|
'fetchTrades', # Downloading trades data
|
||||||
# 'fetchFundingRateHistory', # Futures trading
|
# 'fetchFundingRateHistory', # Futures trading
|
||||||
|
# 'fetchPositions', # Futures trading
|
||||||
|
# 'fetchLeverageTiers', # Futures initialization
|
||||||
|
# 'fetchMarketLeverageTiers', # Futures initialization
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user