Skip to main content
GET
/
api
/
v1
/
auth
/
orders
/
count
/
status
/
{status}
Count orders by status
curl --request GET \
  --url https://crypto.westminister.tech/api/v1/auth/orders/count/status/{status}
{
  "count": 123,
  "status": "<string>"
}

Path Parameters

status
string
required

Response

200 - application/json

Orders count by status

count
integer
status
string