Skip to main content
POST
/
v1
/
getWalletInfo
GetWalletInfo
curl --request POST \
  --url https://api.mpcvault.com/v1/getWalletInfo \
  --header 'Content-Type: application/json' \
  --header 'x-mtoken: <api-key>' \
  --data '
{
  "address": "<string>"
}
'
{
  "details": {
    "vaultUuid": "9f5ee5fb-07f5-470c-a2ff-081e2d6d107a",
    "keyType": "KEY_TYPE_ECC_ED25519",
    "keyPath": "path/to/key",
    "publicKey": "aSDinaTvuI8gbWludGxpZnk=",
    "networkType": "NETWORK_TYPE_EVM",
    "address": "0x71C7656EC7ab88bd32g47dgdhhssq245f6d8976F",
    "ref": "0x4321567890abcdef4321567890abcdef123456",
    "status": "STATUS_ACTIVE",
    "name": "test wallet"
  },
  "error": {
    "message": "<string>"
  }
}
Returns one wallet by its blockchain address or your ref (customer reference). Provide either address or ref, not both.

Authorizations

x-mtoken
string
header
required

Your API token. Required for all API requests.

Body

application/json
address
string
required

comment:address is the address of the wallet in the network.

Response

200 - application/json

Success

details
object
error
execute_signing_requests_error_code · object