> ## Documentation Index
> Fetch the complete documentation index at: https://docs.altude.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Account History

Get the full transaction history of any account by passing in the account's Public Key.

```kotlin theme={null}
val accountHistory = Altude.getHistory(owner.publicKey)
```
