Skip to main content
GET
List my API keys

Authorizations

Authorization
string
header
required

SIWE access token returned by POST /auth/verify.

Response

200 - application/json

API keys returned.

id
string
name
string
Example:

"trading-bot"

prefix
string

Non-secret display fragment of the key.

Example:

"umk_live_AbC123"

tier
enum<string>

Rate-limit tier.

Available options:
DEFAULT,
PRO,
INTERNAL
lastUsedAt
string<date-time> | null
revokedAt
string<date-time> | null
createdAt
string<date-time>