Public
Documentation Settings

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

<<YOUR BASE URL >>/api/Address/get-address-privatekey?Address=ltcmweb1qqd9k72wgy6epg0czj36wcx7gzeex4cnnyfukkryswnhz82lzdd4mwqs3fch33mn6azue2keust6sp8nd8te8n424kqsldt53qp7hhf9zcqdpnc9k
HEADERS
wallet

EasyLtc2

Provide the wallet name

encryptedPassphrase

O+NhVYKeJItfpJ30b97PQRaHNigWAv8SYPCMs71GMX+Y1JKSY3CFnWRsG/xChfYgElefM6kAa4SKHmj0nxs3GSG08n7pTtYcHhBv/AqmewA=

Provide the encrypted passphrase associated with the wallet

PARAMS
Address

ltcmweb1qqd9k72wgy6epg0czj36wcx7gzeex4cnnyfukkryswnhz82lzdd4mwqs3fch33mn6azue2keust6sp8nd8te8n424kqsldt53qp7hhf9zcqdpnc9k

Provide the wallet address

Example Request
curl
curl --location '<<YOUR BASE URL
>>/api/Address/get-address-privatekey?Address=%3Cstring%3E' \
--header 'wallet: <string>' \
--header 'encryptedPassphrase: <string>'
200 OK
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

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.

GET/api/Address/get-address-privatekey-v2

<<YOUR BASE URL >>/api/Address/get-address-privatekey-v2?Address=ltcmweb1qqd9k72wgy6epg0czj36wcx7gzeex4cnnyfukkryswnhz82lzdd4mwqs3fch33mn6azue2keust6sp8nd8te8n424kqsldt53qp7hhf9zcqdpnc9k
HEADERS
wallet

EasyLtc2

Provide the wallet name

mnemonics

plastic gospel panic airport boy thing deal replace alien buffalo pilot federal

The 12-word mnemonic passphrase

PARAMS
Address

ltcmweb1qqd9k72wgy6epg0czj36wcx7gzeex4cnnyfukkryswnhz82lzdd4mwqs3fch33mn6azue2keust6sp8nd8te8n424kqsldt53qp7hhf9zcqdpnc9k

Provide the wallet address

Example Request
curl
curl --location 'https://pteri.xyz/api/Address/get-address-privatekey-v2?Address=%3Cstring%3E' \
--header 'wallet: <string>' \
--header 'mnemonics: <string>'
200 OK
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers