API ReferenceChangelog
Log In
API Reference

Endpoint for getting all orders

Query Params
string

Restricts the response to orders in a single market.

string

Restricts the response to orders in a single event.

int64

Restricts the response to orders after a timestamp, formatted as a Unix Timestamp.

int64

Restricts the response to orders before a timestamp, formatted as a Unix Timestamp.

string

Restricts the response to orders that have a certain status: resting, canceled, or executed.

string

The Cursor represents a pointer to the next page of records in the pagination.
So this optional parameter, when filled, should be filled with the cursor string returned in a previous request to this end-point.
Filling this would basically tell the api to get the next page containing the number of records passed on the limit parameter.
On the other side not filling it tells the api you want to get the first page for another query.
The cursor does not store any filters, so if any filter parameters like ticker, max_ts or min_ts were passed in the original query they must be passed again.

int32
1 to 1000

Parameter to specify the number of results per page. Defaults to 100.

Response

Language
Choose an example:
application/json