The Coinbase Developer Platform SDK for Python enables developers to build onchain applications using Coinbase's APIs. Version 1.44.0 requires Python >=3.10. Release cadence is active, with frequent updates.
pip install cdp-sdkVerified import paths — ran on the pinned version, not inferred.
Quickstart: configure API key and create a wallet.
pip uninstall coinbase-sdk; pip install cdp-sdk; change all 'from coinbase_sdk' to 'from cdp'.
Ensure Cdp.configure() is called only once (e.g., at module level or in app init).
Always pass network_id='base-sepolia' (or desired testnet) to Wallet.create().
No dependency data recorded yet.