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

# CreateMarketCapWebhooksInput

> Batch wrapper for creating MARKET_CAP_EVENT webhooks.

### TypeScript shape

```ts theme={null}
interface CreateMarketCapWebhooksInput {
  webhooks: CreateMarketCapWebhookArgs[];
}
```

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