create-wallet

POST {{wallet-api-endpoint}}/api/wallets

Create a new wallet

Request Params

KeyDatatypeRequiredDescription
pincodenumber
descriptionstring
identifierstring
secretTypestring

Request Body

{"pincode"=>"1234", "description"=>"My first unrecoverable wallet", "identifier"=>"type=unrecoverable", "secretType"=>"ETHEREUM", "walletType"=>"WHITE_LABEL"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring