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

# OnEventsCreatedByMakerInput

> Input for the onEventsCreatedByMaker subscription.

### TypeScript shape

```ts theme={null}
interface OnEventsCreatedByMakerInput {
  makerAddress: string;
}
```

<ResponseField name="makerAddress" type="String!" required>
  Wallet address of the maker. Chain-agnostic — events from every chain the wallet trades on are streamed through a single subscription.
</ResponseField>
