---
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

---

[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)
