Fee Manager
The fee manager to injects the fee into blockchain operations.
The Fee Manager APIs enable efficient management of the enterprise fee manager and are restricted to users with either admin or manager roles.
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' \
The endpoint returns all UTXOs and refreshes the UTXO state.
curl --location --request GET 'https://api.enterprise.relysia.com/api/v1/feeMetricsBeta' \
--header 'authToken: authToken' \
--header 'serviceid: serviceid' \
--header 'Content-Type: application/json' \
Returns a list of feeManager addresses. The feeManager is used to fund transactions.
curl --location --request GET 'https://api.enterprise.relysia.com/api/v1/feeAddressBeta' \
--header 'authToken: authToken' \
--header 'serviceid: serviceid' \
--header 'Content-Type: application/json' \
Last modified 7mo ago