Layerswap-hosted page

You can redirect users from your Web or Mobile app to Layerswap and customize their journey by providing query parameters.

Embedded form

You can embed the Layerswap widget directly in your app and customize it to fit your specific use case.

<iframe src="https://layerswap.io/app/?
    clientId=YOUR_CLIENT_ID
    &to=STARKNET_MAINNET
    &from=ETHEREUM_MAINNET
    &destAddress=0x0000000000000000000000000000000000000000
    &amount=27
    &asset=IMX
    &actionButtonText=Deposit">
</iframe>

Was this page helpful?