> ## 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.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://developers.fireblocks.com/feedback

```json
{
  "path": "/docs/embedded-wallet-data-objects",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Data Objects

<Note>
  For Fireblocks' recommended embedded wallet solution, see [Dynamic Embedded Wallets](/docs/dynamic-embedded-wallets). The documentation below covers the legacy Embedded Wallet APIs and SDKs.
</Note>

## 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                             |
