New Features & Improvements
- [Wallet v1 & v2] Added mobile support for complete transaction initiation with warm MPC wallets.
- [Wallet v2] Added mobile support for Travel Rule compliance.
- [Wallet v2] Improved address screening in Travel Rule compliance for safer transfers.
- [Wallet v2] Improved transparency with complete destination address visibility during approvals in Travel Rule compliance.
API Reference
- [Wallet v2] Improved
maxNumInputsToUse
variable limit (max batch size) from 50 to 200 for consolidated wallet transaction requests for UTXO chains.
Docs
- Added release note for Liminal Vaults web and mobile [Sep 16, 2025].
- [Wallet v2] Added send a transaction with Travel Rule on the mobile guide.
- [Wallet v1 & v2] Added initiating a transaction on the mobile section ( v1, v2 ) to the Transfer funds from a warm MPC wallet ( v1, v2 ) guides.
- [Wallet v1 & v2] Updated decimal precision description for fields (
effectiveChange
,effectiveChangeUsd
,fee
,inputs[].amount
, andoutputs[].amount
) in Receive ( v1, v2 ) and Send ( v1, v2 ) transaction webhook guides. - [Wallet v1 & v2] Updated webhook payload parameters table parameters for Receive transactions ( v1, v2 ) and added a note for clarity.
- [Wallet v1 & v2] Updated webhook payload parameters table variables for Send transactions ( v1, v2 ) and added a note for clarity.
- [Wallet v2] Fixed incorrect API base URL and endpoint path for wallet consolidation transaction requests.