API

Bot Reports

Get a single bot report or a list of all reports Auth Required: Read Reports
GET
Request
Path Params
number
String
optional
Unique identifier for a specific report to retrieve. If omitted, all reports will be returned. If you do request a single report, you will receive more detailed results info for that report.
Header Parameters
API Token
String
required
Token from your Whispertrades account
Curl
Node.js
JS
Python
Responses
200

Change a bot report name or date range Auth Required: Write Reports
PUT
Request
Path Params
number
String
required
Report number to update
Header Parameters
API Token
String
required
Token from your Whispertrades account
Body Parameters
name
String
optional
New name for the report
start_date
String
optional
New start date for the report. Expected format is YYYY-MM-DD
end_date
String
optional
New end date for the report. Expected format is YYYY-MM-DD
run_until_latest_date
Boolean
optional
New flag to indicate whether or not the report should run to the current date when refreshing. Expected values are "true" or "false"
Curl
Node.js
JS
Python
Responses
200

Run/refresh a report using its current configuration. The API will only accept a run request once every 10 minutes per bot report. Auth Required: Write Reports
PUT
Request
Path Params
number
String
required
Report number to run
Header Parameters
Authorization Token
String
required
Token from your Whispertrades account
Curl
Node.js
JS
Python
Responses
200