POST /api/transaction/bridge-request
Use this API to request a IDRX bridge transaction.
Parameters
txHashBurn
(String):This parameter represents the unique transaction hash or identifier associated with the burning (redeeming) of IDRX tokens.
bridgeToChainId
(Number):This parameter identifies the target blockchain network where the stable tokens are being bridged.
bridgeFromChainId
(Number):This parameter indicates the source blockchain network from which the stable tokens are being bridged.
amount
(String):This parameter specifies the quantity or value of stable tokens being bridged.
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.
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