Skip to main content

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 Get vault accounts (paginated) endpoint to find the vault account’s ID.
  2. Call the Set auto-fueling on or off endpoint, enter the vault account’s ID in the vaultAccountId field, and then set the autoFuel field to true.