API Reference
API StatusLogin

List Account historical Orders

Retrieves a list of Account Orders by accountID. The orders returned are ones that have been previously closed, either by being filled or by being canceled.

🚧

Limitations

Please note this endpoint can only return data for the last 30 days.

📘

Order Status

Click here , to learn more about Order Status values and descriptions.

Path Params
string
required

The user's unique account identifier.

Query Params
string
required

Date start time of data. Follow ISO 8601 standard

string
required

Date end time of data. Follow ISO 8601 standard

number

The number of orders to be returned per page.

string
string

The direction of pagination.

Response

Response body
object
string

The user's unique account identifier.

string

The user's unique account number, that is human readable.

string

The type of trading the account will participate in.

CASH MARGIN

string

Time of last update.

orders
array

An array that holds a list of completed orders.

orders
Language
Credentials
URL