Skip to main content
PATCH
PATCH /api/v2/account/settings — Partially update user settings

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <jwt> for user auth or Authorization: Bearer sk_{keyId}_{secret} for API key auth.

Body

application/json
tradeSettings
object
required

Partial trade settings for PATCH requests. All fields are optional — only provided fields overwrite the corresponding current value.

Response

Settings updated

V2 success response envelope

data
object
required

User settings response

requestId
string
required
pagination
object | null

Page-based pagination info (per RFC)