API
Bot Orders
Get a paginated list of bot orders. Because of the large amount of data that this can return, results are paginated to 100 orders per page, listed by order creation date descending. There is an optional page parameter that you can use to return a specific page. The paginated result set will also return a 'pages' array that contains information about the number of items and pages.
Auth Required: Read Orders
GET
Request
Path Params
number
String
optional
Unique identifier to retrieve a single order. If omitted, all orders will be returned
Query Parameters
bot
String
optional
Bot number to only retrieve orders for a specific bot
status
String
optional
Filter the results by a certain order status. Expected values are WORKING, FILLED, CANCELED, REJECTED, EXPIRED
from_date
String
optional
Minimum date for when order is submitted. Expected format is YYYY-MM-DD
to_date
String
optional
Maximum date for when order is submitted. Expected format is YYYY-MM-DD
page
Integer
optional
Page number
Header Parameters
API Token
String
required
Token from your Whispertrades account