Main:
Code Documentation:
Api.
get_ticker
t = {“bid”: round(float(ticker[“highest_bid”]), 6), “ask”: round(float(ticker[“lowest_ask”]), 6)}
return False