# GET /v4/auth/me

_Merkl API_

Get authenticated user information including address, profile, and authentication status.

### Cookie parameters

- `jwt` (string)

## Responses

- **200** Response for status 200

## Example request

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