Documentation Index
Fetch the complete documentation index at: https://kraken-sandbox.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.
Optional mode on config. Possible values: Enabled, Disabled
Timestamp of the message.
{
"reqid": 18,
"type": "UserConfig",
"data": [
{
"Key": "symbol",
"Value": "\"ETH-BTC\""
}
]
}