---
title: "List API Keys"
method: GET
path: "/v1/api-keys"
tags: ["API Keys"]
---

# List API Keys

`GET /v1/api-keys`

List the authenticated user's API keys. Only metadata and prefixes are returned — the original secret is never re-exposed.

## Response `200`

List of API keys

- object
  - `data` object
    - `keys` ApiKeySummary[]
      - `key_prefix` string
      - `name` string
      - `status` 'active' | 'revoked' | 'expired'
      - `created_at` string, date-time
      - `expires_at` string, date-time
      - `last_used_at` string, date-time, nullable
      - `request_count` integer

## Other responses

- `401` — Missing or invalid authentication

---

[API](https://skmtc.net/totalistrading/apis/totalis-rfq-api.md) · [All operations](https://skmtc.net/totalistrading/apis/totalis-rfq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalistrading/totalis-rfq-api/revisions/b0adb9a590b4/schema)
