I am trying to get bid/ask prices for BTCUSDT i am not sure how to specify this in my statement:
order_book = client.get_orderbook_tickers()
I have tried:
order_book = client.get_orderbook_tickers("symbol"= "BTCUSDT")
I get errors
I am trying to get bid/ask prices for BTCUSDT i am not sure how to specify this in my statement:
order_book = client.get_orderbook_tickers()
I have tried:
order_book = client.get_orderbook_tickers("symbol"= "BTCUSDT")
I get errors
turns out the correct way is: