Recover assets from a master wallet
Recover native tokens or ERC-20 tokens from a master wallet using its stored private key. This is useful for recovering funds from master wallets that may have been compromised or when you need to consolidate funds to a different wallet.
Path Parameters
ID of the master wallet to recover assets from
Body
Address to send the recovered assets to
"0x742d35Cc6634C0532925a3b844Bc9e7595f0b5b5"
Amount to recover (in human-readable format)
"1.5"
Token contract address (omit for native token recovery)
"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
Custom RPC URL for the blockchain (optional)
"https://eth-mainnet.g.alchemy.com/v2/your-key"
Set to true if recovering from a Layer 2 blockchain
false
Set to true to recover assets sent to wrong network (e.g., mainnet assets on testnet address)
false

