Links

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.

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.
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.
curl --location --request GET 'https://api.enterprise.relysia.com/api/v1/feeAddressBeta' \
--header 'authToken: authToken' \
--header 'serviceid: serviceid' \
--header 'Content-Type: application/json' \