API

Bot Variables

Get a single bot variable or a list of all variables Auth Required: Read Variables
GET
Request
Path Params
number
String
optional
Unique identifier for a specific variable to retrieve. If omitted, all variables will be returned
Header Parameters
API Token
String
required
Token from your Whispertrades account
Curl
Node.js
JS
Python
Responses
200

Change a bot variable name or free text value Auth Required: Write Variables
PUT
Request
Path Params
number
String
required
Variable number to update
Header Parameters
API Token
String
required
Token from your Whispertrades account
Body Parameters
name
String
optional
New name for the variable
value
String
optional
New free text value for the variable. This is only valid if the variable is a "Free Text" type that is not associated with a bot
Curl
Node.js
JS
Python
Responses
200