|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Internet and Network > MCP. - MCP (Model-Context Protocol) server operations > KRAKEN API - Cryptocurrency Trading > KRAKEN.SetSecret - Set API Secret |
Sets the Kraken API private key for HMAC-SHA512 authentication. The private key is base64-encoded.
Syntax:
KRAKEN.SetSecret|$$API_SECRET
Parameters:
$$API_SECRET (String, required) - Your Kraken API private key (base64 encoded).
Example:
KRAKEN.SetSecret|hoLO3NR0aUjHOsWZnLJCDlDAhs0kAWn4uLfLaO8RHdmxYukCp7dSYQPkR04potNDo3ajuKtj3ioHQ5D2eo+ARA==
Important Note:
The Kraken private key is displayed as a base64 string on the Kraken website. Copy it exactly as shown, including any trailing == padding.
See Also: