---
title: "List tokens"
method: GET
path: "/account/tokens"
tags: ["Token"]
---

# List tokens

`GET /account/tokens`

Get all tokens for the authenticated account with optional filtering by kind
and status.

## Query parameters

- `kind` string
- `with_invalid` boolean

## Response `200`

List of tokens

- object
  - `results` object[] — Array of results
    - `created_at` integer — Token creation timestamp (nanoseconds since epoch)
    - `expiry_at` integer — Expiration timestamp (nanoseconds since epoch)
    - `kind` string — Token type (jwt, api_key, etc.)
    - `last_updated_at` integer — Last modification timestamp (nanoseconds since epoch)
    - `lookup_id` string — Identifier used for the token lookup
    - `name` string — User-provided token name
    - `revoked_at` integer — Revocation timestamp (nanoseconds since epoch, 0 if not revoked)
    - `token_id` string — Unique ID for the auth token

## Other responses

- `401` — Unauthorized

---

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