Arc
Search
K
Comment on page

Configure Fees

Configure the fee model of your Arc application.
Transfer and Settlements between users are subject to fees applied by the respective Application. Arc allows their applications to configure the applied fees based on the transacted Asset and type of Transaction.
Fee configuration on an asset level will be enabled during the course of the private Testnet.

Add a new Fee Configuration

To add a new fee configuration, refer to the following endpoint:
post
https://testnet-api.onarc.io
/api/v1/fees
Configure Fee Model
If successful, this endpoint will return new Fee configuration details.
Beware that if no fee is configured for a specific asset, transaction type, or a combination of both, no fee will be collected for these uncovered transactions.

Get Fee Configuration

To fetch the details of a specific fee configuration, refer to the following endpoint:
get
https://testnet-api.onarc.io
/api/v1/fees/{feeId}
Get Fee Model