---
title: "EVM Get JWT"
method: POST
path: "/v2/auth"
tags: ["Authentication"]
---

# EVM Get JWT

`POST /v2/auth`

Authenticate an EVM account using SIWE signature and return a JWT

## Headers

- `PARADEX-STARKNET-ACCOUNT` string, required
- `PARADEX-EVM-SIGNATURE` string, required
- `PARADEX-SIWE-MESSAGE` string, required
- `PARADEX-AUTHORIZE-ISOLATED-MARKETS` string

## Response `200`

OK

- ResponsesAuthResp
  - `jwt_token` string — Authentication token

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/versions/6a76453d754c/schema)
