Official Python SDK for the Fireblocks API, providing access to vaults, transactions, compliance, trading, tokenization, and more. Current version 17.0.0 (2026-04-20). Breaking changes are frequent (major version bumps every few weeks); minor releases are feature-driven. Requires Python >=3.8.
pip install fireblocksVerified import paths — ran on the pinned version, not inferred.
Initialize SDK with API key and secret, then list vault accounts.
Pin to a specific version in requirements.txt: fireblocks==17.0.0
Update code accessing otherNames items to use item['name'] and item['language'] instead of plain string.
When creating or updating InteracAddress objects, include autoDeposit field.
Wrap API calls in try/except and check response.json() for 'error' field.