Get already created wallet
Get already created wallet
POST
/get-wallet
This endpoint allows the retrieval of an existing wallet using the email ID of the user and the network on which the account exists. When a wallet is created using the create API, it is associated with an email address that can be used to retrieve the wallet details, including the wallet address and private key. This endpoint requires the email of the user and network on which the account needs to be created for wallet creation and x-api-key and Lync's API key for request validation.
Headers
Name | Value |
---|---|
Content-Type |
|
x-api-key |
|
Body
Name | Type | Description |
---|---|---|
| string | User email id (Ex. - shivam.purohit@live.in) |
| string | Your api key generated from official website of Lync |
| number | 1 or 2 (1 for mainnet and 2 for testnet) |
Response
Last updated