API

Bot Reports

Get a single bot report or a list of all reports Auth Required: Read Reports
GET
Request
Path Params
number
optional
String
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
required
String
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
required
String
Report number to update
Header Parameters
API Token
required
String
Token from your Whispertrades account
Body Parameters
name
optional
String
New name for the report
start_date
optional
String
New start date for the report. Expected format is YYYY-MM-DD
end_date
optional
String
New end date for the report. Expected format is YYYY-MM-DD
run_until_latest_date
optional
Boolean
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
required
String
Report number to run
Header Parameters
Authorization Token
required
String
Token from your Whispertrades account
Curl
Node.js
JS
Python
Responses
200




Updated 25 Jun 2024
Did this page help you?