This commit is contained in:
aazhou 2023-06-25 11:31:40 +08:00
parent 3ea7247f53
commit 2166764cae

2
bn.py
View File

@ -1,6 +1,8 @@
from binance.spot import Spot
from binance.cm_futures import CMFutures
client = Spot()
futures_client = CMFutures()
# Get klines
def klines(symbol, interval, limit=1000):