skillfed

fireblocks-sdk

Fireblocks python SDK

fireblocks-sdk v2.17.0 260.9K downloads/30d#8,390 on PyPI53
Permissive license MIT AGING released

What it is and what it does

The Fireblocks SDK is the official Python client library for integrating with Fireblocks' digital asset platform. It wraps the Fireblocks REST API, providing methods to manage wallets, execute transactions, and interact with smart contract tokenization endpoints. The SDK handles authentication via JWT (using PyJWT and cryptography) and makes HTTP calls through requests.

You instantiate the SDK with your API credentials, then call methods like get_linked_tokens() or upload_contract_template() to perform operations. It's designed for developers building applications that need programmatic access to Fireblocks' custody and blockchain infrastructure. The package is marked Production/Stable and has been in development since 2019, though releases have slowed in recent months.

Use it for:

  • Automate wallet and asset management operations within a Fireblocks-backed custody platform.
  • Deploy and manage smart contract templates programmatically via the tokenization API.
  • Build backend services that execute blockchain transactions through Fireblocks' infrastructure.
  • Integrate Fireblocks' digital asset services into Python applications without hand-crafting REST calls.
  • Retrieve linked tokens and contract metadata for reporting or compliance workflows.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Official Python SDK for the Fireblocks API that enables programmatic access to Fireblocks' digital asset custody and blockchain services, including wallet management, transaction handling, and smart contract tokenization.

Yes, if you are actively using Fireblocks and need Python integration. The SDK is official, carries low install friction, and has no known vulnerabilities. However, the 354-day release gap warrants checking whether the latest Fireblocks API features are supported before committing to a critical integration—contact Fireblocks support or review the repository's recent activity to confirm the package covers your use case.

Install

fireblocks-sdk on PyPI

pip

pip install fireblocks-sdk

uv

uv add fireblocks-sdk

poetry

poetry add fireblocks-sdk

Installing fireblocks-sdk

Before you install

Low install friction with three common dependencies (PyJWT, cryptography, requests). Maintenance status is aging—last release was 354 days ago, though the repository remains active and the package carries Production/Stable status.

License in practice

MIT license is permissive; you can use, modify, and distribute this package freely in commercial and private projects with minimal restrictions.

Quickstart

pip install fireblocks-sdk

from fireblocks_sdk import FireblocksSDK

fireblocks = FireblocksSDK(private_key, api_key)
tokens = fireblocks.get_linked_tokens()

You must obtain Fireblocks API credentials (private_key and api_key) from Fireblocks support before the SDK can authenticate to the API.

Verify before relying

  • Whether the 354-day gap since last release indicates ongoing maintenance or signals the package may not receive timely updates for new Fireblocks API features.
  • Specific Python versions supported beyond the classifier mentioning 3.8, given that requires_python is unspecified.

Package facts

License MIT (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 3 — PyJWT, cryptography, requests
Maintenance aging — 354 days since the last release
Last repo commit
First released
Downloads 260,855/month — #8,390 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: fireblocks_sdk-2.17.0-py3-none-any.whl

Keywords: Fireblocks, SDK

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3.8Topic :: Software Development

Tags

fireblocks api clientblockchain wallet sdkdigital asset custodyfireblocks pythoncrypto transaction sdksmart contract deploymentfireblocks integration
blockchaincustody-apicryptography

More Software Development packages