View Source FireblocksSdk.Api.GasStation (FireblocksSdk v0.1.2)

Link to this section Summary

Functions

Returns gas station settings and ETH balance.

Returns gas station settings and balances for a requested asset.

Configures gas station settings for ETH or given asset.

Link to this section Functions

Returns gas station settings and ETH balance.

Link to this function

get_settings_by_asset(asset)

View Source

Returns gas station settings and balances for a requested asset.

Link to this function

update_settings(config, idempotentKey \\ "")

View Source

Configures gas station settings for ETH or given asset.

FireblocksSdk.Api.GasStation.update_settings([
  assetId: "ETH",
  gasThreshold: "0.005",
  gasCap: "0.003"
])

Options: