FireblocksSdk (FireblocksSdk v0.1.4)

View Source

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

Summary

Functions

Get audit logs by day.

Gets all assets that are currently supported by Fireblocks

List all users for the workspace.

Functions

audits(atom)

Get audit logs by day.

estimate_network_fee(asset_id)

get_supported_assets()

Gets all assets that are currently supported by Fireblocks

iex> FireblocksSdk.get_supported_assets()

get_users()

List all users for the workspace.

Please note that this endpoint is available only for API keys with Admin permissions.