# POST /v4/config/encode/batch

_Merkl API_

Beta feature (not production ready yet) - Encodes a batch of campaign parameters into transaction payloads.

### Query parameters

- `extend` (boolean)
- `signerAddress` (string)

## Request body

**`application/json`**
```json
{}
```
**`application/x-www-form-urlencoded`**
```json
{}
```
**`multipart/form-data`**
```json
{}
```

## Example request

```bash
curl -X POST "https://api.merkl.xyz//v4/config/encode/batch" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ ... }'
```