# PATCH /graphql/v1

_Merkl API_

GraphQL endpoint. POST a query to execute it, or open the URL in a browser to load GraphiQL for interactive exploration of the schema.

## Example request

```bash
curl -X PATCH "https://api.merkl.xyz//graphql/v1" \
  -H "x-api-key: YOUR_API_KEY"
```