For the complete documentation index, see llms.txt. This page is also available as Markdown.

GET /api/transaction/get-additional-fees

Get additional fees of different transaction types.

  • Additional fees apply for redeeming token

    • Redeeming token worth of ≤ Rp250,000,000 IDR

      1. Fee: Rp5,000

      2. Processing: Real-time

    • Redeeming token worth of > Rp250,000,000 IDR and < Rp1,000,000,000 IDR

      1. Fee: Rp35,000

      2. Processing: Only during office hours (Monday–Friday, 08:00–15:00 WIB)

Parameters

  1. feeType (String):

    The type of the transaction fee. Possible values are 'MINT', 'REDEEM', 'REFUND', 'BRIDGE'.

  2. chainId (String): Blockchain ID.

  3. payment (String):

    The transaction amount. Fees are tiered by amount, so without this the response returns the base fee rather than the one that will actually apply to your transaction.

  4. bankCode (String):

    The destination bank code, for REDEEM. Some fees depend on the receiving bank. Get the list from the Get Methods API.

Pass payment and bankCode whenever you know them. The fee returned without them is not necessarily the fee that will be charged.

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