View Source FireblocksSdk (FireblocksSdk v0.1.2)

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.

Link to this function

estimate_network_fee(asset_id)

View Source

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.