View Source FireblocksSdk (FireblocksSdk v0.1.0)
Un-official Fireblocks Elixir API Client. For full API spec visit https://docs.fireblocks.com/api/swagger-ui.
# config/dev.exs
config :fireblocks_sdk,
apiKey: "",
apiSecret: """
-----BEGIN RSA PRIVATE KEY-----
--api-secret-key-goes-here--
-----END RSA PRIVATE KEY-----
"""
Link to this section Summary
Functions
Get audit logs by day.
Gets all assets that are currently supported by Fireblocks
List all users for the workspace.
Link to this section Functions
Get audit logs by day.
Gets all assets that are currently supported by Fireblocks
iex> FireblocksSdk.get_supported_assets()
List all users for the workspace.
Please note that this endpoint is available only for API keys with Admin permissions.