Returns information for an internal wallet.
TypeScript
const response: Promise<FireblocksResponse<UnmanagedWallet>> = fireblocks.internalWallets.getInternalWallet(internalWalletsApiGetInternalWalletRequest);
{ "id": "<string>", "name": "<string>", "assets": [ { "id": "<string>", "balance": "<string>", "lockedAmount": "<string>", "status": "WAITING_FOR_APPROVAL", "address": "<string>", "tag": "<string>", "activationTime": "<string>" } ], "customerRefId": "<string>" }
Documentation IndexFetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the wallet to return
A Wallet object
Show child attributes