Page cover

POST /api/transaction/bridge-request

Use this API to request a IDRX bridge transaction.

Check this page to see the list of chains where IDRX is available

  • The balance will be processed and credited to `destinationWalletAddress` max 24 hours after your request is submitted.

  • Minimum transaction is 20,000 IDR.

Parameters

  1. txHashBurn (String):

    This parameter represents the unique transaction hash or identifier associated with the burning (redeeming) of IDRX tokens.

  2. bridgeToChainId (Number):

    This parameter identifies the target blockchain network where the stable tokens are being bridged.

  3. bridgeFromChainId (Number):

    This parameter indicates the source blockchain network from which the stable tokens are being bridged.

  4. amount (String):

    This parameter specifies the quantity or value of stable tokens being bridged.

  5. bridgeNonce (String):

    This parameter is a unique identifier received from the burning transaction event. It acts as a nonce, ensuring the uniqueness of the bridging transaction.

  6. destinationWalletAddress (String):

    This wallet address that will receive the bridged amount.

Example Request

Payload

Response

If the request is successful, the response will be as shown below:

To check the status of your transaction, you can use the Transaction History API.

Last updated