For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get All SC Wallet Details

On Krypcore, you may easily retrieve detailed information about your smart contract wallet. Simply log in, click to your wallet, and discover a multitude of information of personalised settings. With ease, gain total insight into your digital assets.

We get SC Wallet details using this method.

API Specification

Sc Wallet Details

POST https://web3-proxy-dev.krypcore.com/api/v0/scWallet/getAllScWallets

To get SC Wallet Details under the given instance.

Headers

Name
Type
Description

DappId*

String

DappId

Authorization*

String

User Auth key obtained

{
    "Data": [
        {
            "address": "*******",
            "createdAt": "******",
            "instanceId": "******",
            "isLocked": false,
            "lastUsed": "******",
            "owner": "******",
            "salt": "******",
            "uniqueId": "******",
            "walletId": "******",
            "walletName": "******"
        },
],
    "Message": "",
    "Status": "SUCCESS"
}

Take a look at how you might call this method using our official libraries, or via curl

Last updated