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
optional
String
Unique identifier to retrieve a single order. If omitted, all orders will be returned
Query Parameters
bot
optional
String
Bot number to only retrieve orders for a specific bot
status
optional
String
Filter the results by a certain order status. Expected values are WORKING, FILLED, CANCELED, REJECTED, EXPIRED
from_date
optional
String
Minimum date for when order is submitted. Expected format is YYYY-MM-DD
to_date
optional
String
Maximum date for when order is submitted. Expected format is YYYY-MM-DD
page
optional
Integer
Page number
Header Parameters
API Token
required
String
Token from your Whispertrades account
Curl
Node.js
JS
Python
Responses
200




Updated 08 May 2024
Did this page help you?