update
This commit is contained in:
parent
2166764cae
commit
2412a633bd
2
bn.py
2
bn.py
@ -1,8 +1,6 @@
|
|||||||
from binance.spot import Spot
|
from binance.spot import Spot
|
||||||
from binance.cm_futures import CMFutures
|
|
||||||
|
|
||||||
client = Spot()
|
client = Spot()
|
||||||
futures_client = CMFutures()
|
|
||||||
|
|
||||||
# Get klines
|
# Get klines
|
||||||
def klines(symbol, interval, limit=1000):
|
def klines(symbol, interval, limit=1000):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user