Python SDK Overview
The Advanced Trade Python SDK is a Python package that makes it easy to interact with the Coinbase Advanced Trade API. It handles authentication, HTTP connections, and provides helpful methods. The Python SDK includes a REST API client that interacts with Advanced Trade REST API endpoints and a WebSocket client that interacts with the WebSocket API.Refer to the Getting Started guide for instructions on creating an API key.
Resources
- You can find the SDK on GitHub and PyPI.
- Refer to the SDK’s README for installation and usage, and the CHANGELOG to track updates and new features per release.
- Take a look at the existing methods in the SDK to get started. For a detailed list, see the SDK Overview.
- See Make Your First Trade and Listen for Order Updates for quickstarts on using the Python SDK.