Get the key setup state for a specific Non Custodial Wallet, including required algorithms and device setup status
Documentation Index
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Wallet Id
Successful response
embedded wallet setup status
Required algorithms for the wallet
MPC_ECDSA_SECP256K1, MPC_EDDSA_ED25519 ["MPC_ECDSA_SECP256K1", "MPC_EDDSA_ED25519"]
Setup status for each device
[
{
"status": { "status": "COMPLETE" },
"deviceId": "9ee1bff0-6dba-4f0c-9b75-03fe90e66fa3",
"enabled": true,
"setupStatus": [
{
"algorithmName": { "algorithm": "MPC_ECDSA_SECP256K1" },
"confirmed": true,
"backedUp": true
}
]
}
]