Enable Auto Fueling

📘

Please make sure to read the Fireblocks Gas Station guide before going over this API guide


Enabling auto-fueling via the API

For new vault accounts, call the Create a new vault account endpoint and set the autoFuel field to true.

For existing vault accounts:

  1. Call the List vault accounts (paginated) endpoint to find the vault account's ID.
  2. Call the Turn auto-fueling on or off endpoint, enter the vault account's ID in the vaultAccountId field, and then set the autoFuel field to true.