MCPcopy Index your code
hub / github.com/danpaquin/coinbasepro-python / get_ask

Method get_ask

cbpro/order_book.py:207–208  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

205 return result
206
207 def get_ask(self):
208 return self._asks.peekitem(0)[0]
209
210 def get_asks(self, price):
211 return self._asks.get(price)

Callers 1

process_messageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected