# GET /v4/chains/

_Merkl API_

List chains supported and integrated by Merkl. Use query parameters to filter by test chains or other criteria.

### Query parameters

- `name` (string)
- `test` (boolean)

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/chains/" \
  -H "x-api-key: YOUR_API_KEY"
```