Skip to main content

Custodied Wallets v1

Released September 15th, 2023 | Supported until To be defined

Changelog​

Added query params in callback and handle errors message​

May 24th, 2024

  • New query params in callback url: we've added the wallet address and the strategy as query params in the callback url. Now, after successful completion of the process the user will receive it on their website.
https://yourproject.com/custodied/success?walletAddres={CREATED_WALLET}&strategy={SELECTED_STRATEGY}
  • Handle error messages: Until now when the process failed we displayed an error message like "The process can not continue". Now we'have added the reason in a more descriptive message.