@ -9,8 +9,11 @@ def klines(symbol, interval, limit=1000):
return lines
def ticker_price(symbol):
try:
prices = cm.ticker_price(symbol)
return prices[0]['price'] if len(prices)>0 else 0
except:
return 0
# Get Symbols
def symbols():
The note is not visible to the blocked user.