> For the complete documentation index, see [llms.txt](https://polkadot.novabloq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polkadot.novabloq.com/element-polkadot-api/actions/get-balance-at-block.md).

# Get Balance at Block

## Setup

Works same way the [Get Balance of Address](/element-polkadot-api/actions/get-balance-of-address.md#setup) except that you can indicate a certain block number and get the **balance at that block** specifically.

![](/files/vxj6m2lhLjAvT84IbQVp)

### Event - Get Balance at block is Ready

This event will trigger when the result was successfully extracted and it is ready to be used.

### State - Balance at block

Shows the balance at given block number. Will be ready to be used only after the event described above triggers.

## Demo

Find a demo on the [polkadot api](https://bubble.io/page?type=page\&name=polkadot_api\&id=polkadotjs\&test_plugin=1639402639641x977692461648052200_current\&tab=tabs-1) page. See workflow folder Get balance.
