|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Internet and Network > MCP. - MCP (Model-Context Protocol) server operations > BINANCE API - Cryptocurrency Trading > BINANCE.SetSecret - Set API Secret |
Sets the Binance API secret for HMAC-SHA256 authentication. Required alongside the API key for private API calls.
Syntax:
BINANCE.SetSecret|$$API_SECRET
Parameters:
$$API_SECRET (String, required) - Your Binance API secret key.
Return Value:
None.
Example:
BINANCE.SetSecret|YOUR_API_SECRET_HERE
Security Warning:
The API secret is sensitive information! Anyone with your secret can access your account. Store it securely and never share it.
See Also: