Get specific device for a specific s Wallet
TypeScript
const response: Promise<FireblocksResponse<EmbeddedWalletDevice>> = fireblocks.embeddedWallets.getEmbeddedWalletDevice(embeddedWalletsApiGetEmbeddedWalletDeviceRequest);
{ "deviceId": "deviceIdValue", "enabled": true, "physicalDeviceId": "physicalDeviceIdValue" }
Documentation IndexFetch the complete documentation index at: https://developers.fireblocks.com/llms.txtUse this file to discover all available pages before exploring further.
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
Device Id
Successful response
deviceId
"deviceIdValue"
enabled
true
physicalDeviceId
"physicalDeviceIdValue"