v1

latestOpenAPI 3.0.32026-07-248257161.1 KB
Orders

Returns number of orders

This API returns number of orders for a according filters.

get/orders/count

Query parameters

start_datestring date
Example:2023-05-22

Query orders starting from this date. The date format is ISO 8601 (YYYY-mm-dd HH:mm:ss,SSSS). The timezone is UTC and precision is in seconds

end_datestring date
Example:2023-05-24

Query orders from start_date until this date time. The date format is YYYY-mm-dd. The timezone is UTC and precision is in seconds

status'opened' | 'paid'

Filter by order status. The status filter is combined with start_date and end_date filters

Response

returns number of orders.

countinteger

number of orders

Example response

{
  "count": 819
}