Skip to content

zkhashito/fireblocks-sdk-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Official Python SDK for Fireblocks API

PyPI version

About

This repository contains the official Python SDK for Fireblocks API. For the complete API reference, go to the API reference.

Usage

Before You Begin

Make sure you have the credentials for Fireblocks API Services. Otherwise, please contact Fireblocks support for further instructions on how to obtain your API credentials.

Requirements

Python 3.6 or newer.

Installation

pip3 install fireblocks-sdk

Importing Fireblocks SDK

from fireblocks_sdk import FireblocksSDK

fireblocks = FireblocksSDK(private_key, api_key)

You can also pass additional arguments:

fireblocks = FireblocksSDK(private_key, api_key, api_base_url="https://api.fireblocks.io", timeout=2.0, anonymous_platform=True)

About

Official Python SDK for Fireblocks API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%