### mev_enabled

**Type:** boolean  
**Description:** A filter on MEV on/off  
**Values:**  
- true  
- false

### protocols

**Type:** array of objects  
**Description:** A filter on the type of protocols.  
**Enum Values (Show 9):**  
- ADD (string)

### networks

**Type:** array of objects  
**Description:** A filter on the type of networks.  
**Enum Values (Show 12):**  
- ADD (string)

### providers

**Type:** array of objects  
**Description:** A filter on the type of providers.  
- ADD

### regions

**Type:** array of objects  
**Description:** A filter on the type of regions.  
- ADD (string)

### page

**Type:** int64  
**Constraints:** ≥ 1  
**Default:** 1  
**Description:** The result set page to view

### per_page

**Type:** int64  
**Constraints:** 1 to 1000  
**Default:** 250  
**Description:** The number of items to include on a single page

### X-Client-ID

**Type:** string  
**Constraints:** required, length ≥ 1  
**Description:** Unique ID of the client/customer

### Response Codes

- `200` Successful operation  
- `400` Invalid request.  
- `401` Header 'X-API-Key' missing.  
- `500` Internal server error.

### Example

```shell
curl --request GET \
     --url 'https://svc.blockdaemon.com/boss/v1/plans?page=1&per_page=250' \
     --header 'accept: application/json'
```

### Notes

- Data was updated 2 months ago.
