UI Integration
Layerswap-hosted page
You can redirect users from your Web or Mobile app to Layerswap and customize their journey by providing query parameters.
React Widget
Layerswap provides native React component, which allows rendering Layerswap widget directly inside your app. Widget supports, network/token selection, swap creation and completion. You will be able to inject your wallet into the widget.
To get started:
Embedded form
You can embed the Layerswap widget directly in your app and customize it to fit your specific use case.
Customization
You can pass various parameters to modify the look and UX of the Layerswap Hosted App. Example:
Query Params
Source network or exchange you want the users to transfer from, for example IMMUTABLEX_MAINNET.
Destination network or exchange you want the users to transfer from, for example ETHEREUM_MAINNET.
The asset that you want to be preselected. NOTE: available assets depend on the selected network, for example, the asset IMX is only available in the IMMUTABLEX_MAINNET network.
The destination address the funds should reach at the end of the swap.
If set to true, destination address will be hidden in the UI.
If set to true, the destination address will be locked for editing.
If set to true, the source will be hidden in the UI.
If set to true, the source will be locked for editing.
If set to true, the destination will be hidden in the UI.
If set to true, the destination will be locked for editing.
If set to true, the asset will be locked for editing.
If set to true, refuel feature will be disabled and not shown in the UI.
Clinet Id from partner setup. And if the destAddress parameter is provided, the Partner’s logo will be shown next to the address.
Use to pre-fill the amount field. Users will still be able to change it in the UI. The parameter will be skipped if the asset parameter was not passed.
A unique ID representing the user’s transfer session in the partner’s system. This can later be used to query the status of the transfer and will be included in the webhook notifications sent to the partner. Refer to the API Reference section to learn more.
User account name or address that will be shown as a source. hideFrom
should be set to true
Use to replace Swap now button text. For example, it can be changed to Deposit or Withdraw.