Skip to main content
POST
Generate a trader API key for third-party access

Body

application/json
label
string | null

Display label, e.g. "tradesyncer". Shown in key listings only.

Response

Key created

api_key
string
required

The full API key — shown exactly once, in this response. It is stored hashed and can never be retrieved again; store it securely now. If it is lost, revoke this key and create a new one.

id
string<uuid>
required

Key row id (use for revocation).

key_prefix
string
required

First 12 characters of the key, safe to display for identification.

label
string | null