fireblocks-sdk-py icon indicating copy to clipboard operation
fireblocks-sdk-py copied to clipboard

Official Python SDK for Fireblocks API

Results 38 fireblocks-sdk-py issues
Sort by recently updated
recently updated
newest added

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...

enhancement

**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')) ```...

bug

### 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...

enhancement

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:...

bug

**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....

bug