GET /api/transaction/get-additional-fees
Get additional fees of different transaction types.
Parameters
feeType
(String):The type of the transaction fee. Possible values are 'MINT', 'REDEEM', 'REFUND'.
chainId (String): Blockchain ID.
Example Request
Response
If the request is successful, the response will be as shown below:
isActive
indicates if the fee is currently active and should be calculated in the transaction.
Last updated