> For the complete documentation index, see [llms.txt](https://docs.relysia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.relysia.com/enterprise-wallet/fee-manager.md).

# Fee Manager

The Fee Manager APIs enable efficient management of the enterprise fee manager and are restricted to users with either admin or manager roles.

#### initBeta

Creates a new Fee Manager that can cover the transaction fees of your users.

```
curl --location --request GET 'https://api.enterprise.relysia.com/api/v1/initBeta' \
--header 'authToken: authToken' \
--header 'serviceid: serviceid' \
--header 'Content-Type: application/json' \
```

#### feeMetricsBeta

The endpoint returns all UTXOs and refreshes the UTXO state.&#x20;

```
curl --location --request GET 'https://api.enterprise.relysia.com/api/v1/feeMetricsBeta' \
--header 'authToken: authToken' \
--header 'serviceid: serviceid' \
--header 'Content-Type: application/json' \
```

#### feeAddressBeta

Returns a list of feeManager addresses. The feeManager is used to fund transactions.&#x20;

```
curl --location --request GET 'https://api.enterprise.relysia.com/api/v1/feeAddressBeta' \
--header 'authToken: authToken' \
--header 'serviceid: serviceid' \
--header 'Content-Type: application/json' \
```
