create-wallet
POST {{wallet-api-endpoint}}/api/wallets
Create a new wallet
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pincode | number | ||
description | string | ||
identifier | string | ||
secretType | string |
Request Body
{"pincode"=>"1234", "description"=>"My first unrecoverable wallet", "identifier"=>"type=unrecoverable", "secretType"=>"ETHEREUM", "walletType"=>"WHITE_LABEL"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |