User Config
REQUESTwss://wss.prime.kraken.com/ws/v1
user-configAuthentication Required
Command used to update user config on behalf of session user. Results of this command will be visible in the User stream.
Request
- Request Schema
- Example
reqid number required
Request ID.
type string required
Value:
UserConfig
Command type.
data array [ required]
User config data array.
Key string required
Key of config.
Value string
Value of config.
Mode string
Possible values: [
Enabled
, Disabled
] Optional mode on config.
Timestamp string
Timestamp of the message.
{
"reqid": 18,
"type": "UserConfig",
"data": [
{
"Key": "symbol",
"Value": "\"ETH-BTC\""
}
]
}