Create Multi Signature Address (preview)
create multiple signature address on Litecoin blockchain (preview)
Last updated
Was this helpful?
create multiple signature address on Litecoin blockchain (preview)
Last updated
Was this helpful?
A POST request to generate a multi-signature address on the Litecoin Blockchain
GET
/api/Address/create-multi-sig-address
A POST request to generate a multi-signature address on the Litecoin Blockchain
Content-Type
application/json
Authorization*
Bearer <your api key>
attach your API key here
wallet*
String
The wallet name you created
Usev2*
String
Value should be true or yes
nrequired*
Integer
number of address required to sign a transaction
addresses*
String
addresses to be given privilege to sign a transaction. NB: separate the addresses with a comma
address_type*
String
Address type to be generated
Liaas SDK package
Error: "No full public key for address <one of your address>"
Solution: This error occurs when one of the addresses provided does not belong to the specified wallet. Ensure that all addresses being used for multi-signature belong to the same wallet before proceeding.