Create Wallet
This creates a wallet using this method.
API Specification
Create Wallet
POST
http://localhost:8889/wallet/createWallet
Creates a new wallet under the given instance.
Request Body
Name
Type
Description
name*
String
Name of the wallet
algorithm*
String
Algorithm Name to be used
Request Body
Name
Type
Description
name*
String
VW89xy17qNjQ
algorithm*
String
G1aoelP8VxPG
Take a look at how you might call this method using our official libraries, or via curl
:
Last updated
Was this helpful?