Authenticated channel. Connect to: wss://wss.prime.kraken.com/ws/v1
Command used to update user config on behalf of session user. Results of this command will be visible in the User stream.
Request
Command type. Value: UserConfig
User config data array.
Configuration value, JSON-serialized and transmitted as a string. Escaped characters in the wire format are normal JSON encoding.
Optional mode on config. Possible values: Enabled, Disabled
Timestamp of the message.
{
"reqid": 18,
"type": "UserConfig",
"data": [
{
"Key": "symbol",
"Value": "\"ETH-BTC\""
}
]
}