> For the complete documentation index, see [llms.txt](https://circular-protocol.gitbook.io/circular-protocol-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://circular-protocol.gitbook.io/circular-protocol-documentation/developer-tools/enterprise-apis/python/cep_account.update_account.md).

# CEP\_Account.update\_account()

### Function Signature

```python
def update_account()
```

### Parameters

| Parameter Name | Datatype |
| -------------- | -------- |
|                |          |

### Example

```python
if account.update_account():
    print(f"Nonce: {account.Nonce}")
    #...
else:
    #...
```
