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

# CreateTokenPriceEventWebhooksInput

> Batch wrapper for creating TOKEN_PRICE_EVENT webhooks.

### TypeScript shape

```ts theme={null}
interface CreateTokenPriceEventWebhooksInput {
  webhooks: CreateTokenPriceEventWebhookArgs[];
}
```

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