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.
For Fireblocks’ recommended embedded wallet solution, see Dynamic Embedded Wallets. The documentation below covers the legacy Embedded Wallet APIs and SDKs.
NcwAssetBalanceUpdate
| Parameter | Type | Description |
|---|---|---|
| walletId | string | The wallet’s unique ID |
| accountId | number | The ID of the account |
| assetId | string | The ID of the asset |
| total | string | Total balance of the asset |
| pending | string | The cumulative balance of all pending transactions to be cleared |
| staked | string | Staked funds; returned only for DOT |
| frozen | string | Frozen by your workspace’s AML policies |
| lockedAmount | string | Funds in outgoing transactions not yet published to the network |
| blockHeight | string | The height (number) of the block of the balance |
| blockHash | string | The hash of the block of the balance |