fireblocks-sdk-py
fireblocks-sdk-py copied to clipboard
Official Python SDK for Fireblocks API
What this fixes: - wild "except" statement - non-Pythonic direct type comparison (even worse, with "is") - textual FB response message is parsed and preserved; this may be handy when...
**Is your feature request related to a problem? Please describe.** Not so much a problem, but for a service readiness probe I am calling `get_supported_assets` to check the FireblocksSDK is...
**Describe the bug** I am constantly getting 500 internal error responses for `get_vault_assets_balance`. Other times I am also receiving: ``` requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) ```...
### Is your feature request related to a problem? Please describe. The library is unusable in an asynchronous application like FastAPI as it causes blocking network IO calls, which disrupts...
I was forced to update my sdk version from 1.15.2 to 2.3.0. I am using python 3.7.12. When I try to use this updated sdk, I get the following error:...
**Describe the bug** `get_users()` crashes with `FireblocksApiException: Got an error from fireblocks server: { "message": "ok", "code": 0}` **To Reproduce** Steps to reproduce the behavior: 1. initialize the SDK 2....