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 API key. Also retrievable later via GET /trade/partner/keys, so the trader can re-copy it from the website at any time.

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