LiaaS
This is a special collection for enterprise plans using the litecoin node (no tokenization). Note that all wallets created here supports the MWEB transaction so you can create an address with type 4 to get an MWEB address.
api
Address
get-address-privatekey
This endpoint allows users to retrieve the private key associated with a specified wallet address on the Litecoin Blockchain.
Address * (string) : The wallet address for which the private key is being requested. This should be provided as a query string parameter.
wallet * (string) : The wallet name should be provided as a header parameter.
encryptedpassphrase * (string) : The encrypted passphrase associated with the wallet. Should be provided as a header parameter.
GET/api/Address/get-address-privatekey
get-address-privatekey-v2
This endpoint allows users to retrieve the private key associated with a specified wallet address on the Litecoin Blockchain using mnemonics.
Address * (string) : The wallet address for which the private key is being requested. This should be provided as a query string parameter.
wallet * (string) : The wallet name should be provided as a header parameter.
mnemonics* (string) : The 12-word mnemonic passphrase separated by space.