Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danpaquin/coinbasepro-python
/ types & classes
Types & classes
11 in github.com/danpaquin/coinbasepro-python
⨍
Functions
122
◇
Types & classes
11
↓ 2 callers
Class
AuthenticatedClient
Provides access to Private Endpoints on the cbpro API. All requests default to the live `api_url`: 'https://api.pro.coinbase.com'. To test y
cbpro/authenticated_client.py:18
↓ 2 callers
Class
OrderBookConsole
Logs real-time changes to the bid-ask spread to the console
cbpro/order_book.py:237
↓ 2 callers
Class
PublicClient
cbpro public client API. All requests default to the `product_id` specified at object creation if not otherwise specified. Attributes:
cbpro/public_client.py:10
↓ 1 callers
Class
CBProAuth
cbpro/cbpro_auth.py:8
↓ 1 callers
Class
MyWebsocketClient
cbpro/websocket_client.py:151
↓ 1 callers
Class
WebsocketConsole
cbpro/order_book.py:276
Class
OrderBook
cbpro/order_book.py:15
Class
TestAuthenticatedClient
Test the authenticated client by validating basic behavior from the sandbox exchange.
tests/test_authenticated_client.py:72
Class
TestAuthenticatedClientSyntax
tests/test_authenticated_client.py:15
Class
TestPublicClient
tests/test_public_client.py:15
Class
WebsocketClient
cbpro/websocket_client.py:20