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": "<string>",
    "keyType": "KEY_TYPE_UNSPECIFIED",
    "keyPath": "<string>",
    "publicKey": "aSDinaTvuI8gbWludGxpZnk=",
    "networkType": "NETWORK_TYPE_UNKNOWN",
    "address": "<string>",
    "ref": "<string>",
    "status": "STATUS_UNSPECIFIED",
    "name": "<string>"
  },
  "error": {
    "executeSigningRequestsErrorCode": "EXECUTE_SIGNING_REQUESTS_ERROR_CODE_UNSPECIFIED",
    "message": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.mpcvault.com/llms.txt

Use this file to discover all available pages before exploring further.

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