Python SDK Overview
The Advanced API Python SDK is a Python package that makes it easy to interact with the Coinbase Advanced API. It handles authentication, HTTP connections, and provides helpful methods.
The Python SDK includes a REST API client that interacts with Advanced REST API endpoints and a WebSocket client that interacts with the WebSocket API.
info
Refer to the Authentication guide for instructions on creating an API key.
Resources
-
Refer to the SDK's README for installation and usage, and the CHANGELOG to track updates and new features per release.
-
See Make Your First Trade and Listen for Order Updates for quickstarts on using the Python SDK.