Get wallet info
Gets details of a specific wallet under the vault.
POST /v1/getWalletInfo
Body
string
Example:
{
address:8HrKVJeFNGSJ2T2wSU6MxfMvua2MYgwH1FbR27ETyfps
}Response
detailsobject
vaultUuidstring
vault_uuid is the UUID of the vault that the wallet was created in.
keyType KeyType
key_type is the type of the key.
keyPathstring
key_path is the path of the key.
publicKeybytes
public_key is the public key of the key.
networkType NetworkType
network_type is the type of the network.
addressstring
address is the address of the wallet in the network.
refstring
ref is unique identifier for the wallet as configured by the user.
status Wallet.Status
status is the status of the wallet.
namestring
name is the name for the wallet.
errorError
Example:
{
details:
{
vaultUuid: 12789f5ee5fb-07f5-470c-a2ff-081e2d6d107a
keyType: 1
keyPath: path/to/key
publicKey: 0x71C7656EC7ab88bd32g47dgdhhssq245f6d8976F
networkType: 1
address: 8HrKVJeFNGSJ2T2wSU6MxfMvua2MYgwH1FbRs d f r g t h j
ref: 0x4321567890abcdef4321567890abcdef123456
status: 1
name: test wallet
}error:
}enum_types
enum mpcvault.platform.v1.NetworkType
0
1
2
3
4
5
6
7
enum mpcvault.platform.v1.KeyType
0
1
2
enum mpcvault.platform.v1.Wallet.Status
0
1
2
3
Last updated on