> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/contracts/contracts.with_address.md).

# Contracts.with\_address()

Adds a filter to get contracts associated with the given address.

## Query Example

```python
from glider import *


def query():
    return (
        Contracts()
        .with_address("0xdbEea69930D24988091b59f73B7898e7b0E9406F")
        .exec(1)
    )
    
```

## Example Output

<figure><img src="https://2237101709-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDX4Ojc4j1ef51TUAtYOx%2Fuploads%2FDfv89BoIwesoEEoAzHnL%2FScreenshot%202025-09-17%20at%2012.49.44%E2%80%AFPM.png?alt=media&amp;token=f6ee5791-ab97-4db6-b32b-f5f3e4098643" alt=""><figcaption></figcaption></figure>
