Get wallet key setup state
Get the key setup state for a specific Non Custodial Wallet, including required algorithms and device setup status
GET
TypeScript
Path Parameters
Wallet Id
Response
Successful response
embedded wallet setup status
Required algorithms for the wallet
Available options:
MPC_ECDSA_SECP256K1, MPC_EDDSA_ED25519 Example:
["MPC_ECDSA_SECP256K1", "MPC_EDDSA_ED25519"]Setup status for each device
Example:
[
{
"status": { "status": "COMPLETE" },
"deviceId": "9ee1bff0-6dba-4f0c-9b75-03fe90e66fa3",
"enabled": true,
"setupStatus": [
{
"algorithmName": { "algorithm": "MPC_ECDSA_SECP256K1" },
"confirmed": true,
"backedUp": true
}
]
}
]Previous
Get the public key for a derivation pathGets the public key information based on derivation path and signing algorithm within a Non-Custodial Wallet
Next
TypeScript