This commit is contained in:
aazhou 2023-06-25 11:38:01 +08:00
parent 2166764cae
commit 2412a633bd

2
bn.py
View File

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