---
title: "Get JWKS"
method: GET
path: "/jwks.json"
tags: ["Authentication"]
---

# Get JWKS

`GET /jwks.json`

Returns the JSON Web Key Set used to validate JWT tokens issued by this service

## Response `200`

OK

- ResponsesJwksResponse
  - `keys` ResponsesJwkKey[]
    - `alg` string
    - `crv` string
    - `kid` string
    - `kty` string
    - `use` string
    - `x` string
    - `y` string

## Changes

- **2026-04-22** `46a57608a790` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/changes/jwks.json/get.md)

---

[API](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/revisions/a73698fdee53/schema)
