Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danpaquin/coinbasepro-python
/ get_current_ticker
Method
get_current_ticker
cbpro/order_book.py:177–178 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
175
return
176
177
def
get_current_ticker(self):
178
return
self._current_ticker
179
180
def
get_current_book(self):
181
result = {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected