> ## 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.

# CreateTokenPairEventWebhooksInput

> Batch wrapper for creating TOKEN_PAIR_EVENT webhooks.

### TypeScript shape

```ts theme={null}
interface CreateTokenPairEventWebhooksInput {
  webhooks: CreateTokenPairEventWebhookArgs[];
}
```

<ResponseField name="webhooks" type="[CreateTokenPairEventWebhookInput!]!" required>
  One webhook per array entry. See [CreateTokenPairEventWebhookInput](/api-reference/graphql/types/CreateTokenPairEventWebhookInput).
</ResponseField>
