Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get wallet Latest Backup details, including the deviceId, and backup time
TypeScript
const response: Promise<FireblocksResponse<EmbeddedWalletLatestBackupResponse>> = fireblocks.embeddedWallets.getEmbeddedWalletLatestBackup(embeddedWalletsApiGetEmbeddedWalletLatestBackupRequest);
{ "passphraseId": "passphraseId", "createdAt": 1713789296, "keys": [ { "deviceId": "deviceIdValue", "publicKey": "publicKeyValue", "keyId": "keyIdValue", "algorithm": "algorithm" } ] }
Wallet Id
Successful response
passphraseId
"passphraseId"
createdAt
1713789296
keys
Show child attributes
Was this page helpful?