---
title: "List auto-fund enrollments"
method: GET
path: "/api/gas-tank/v1/enterprises/{enterpriseId}"
tags: ["Gas Tanks"]
---

# List auto-fund enrollments

`GET /api/gas-tank/v1/enterprises/{enterpriseId}`

Returns all auto-fund coin enrollments for an enterprise. An empty
`enrollments` array means the enterprise has never opted in.
This endpoint is also used for polling while any enrollment has
status `pending`.

## Path parameters

- `enterpriseId` string, required

## Response `200`

OK

- object
  - `enrollments` object[], required
    - `coin` string, required — Coin identifier
    - `status` 'pending' | 'active' | 'error' | 'disabled', required — Enrollment lifecycle state: pending = opted in, FeeWorker is provisioning thresholds. active = monitored and funded by the auto-funding cron. disabled = funding paused for this coin. error = provisioning failed; see lastError.
    - `version` number, required — Monotonic write counter for optimistic concurrency
    - `lastError` string, nullable, required — Populated only when status is error; null otherwise
    - `updatedAt` string, required — ISO 8601 timestamp of the last state change

## Changes

- **2026-09-17** `84c10109c46d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/bitgo/apis/bitgo-api/changes/api/gas-tank/v1/enterprises/:enterpriseId/get.md)

---

[API](https://skmtc.dev/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.dev/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/bitgo/apis/bitgo-api/revisions/292f619d7c1f?raw)
