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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

status
string
required

Response

200 - application/json

Offer count by status

count
integer
status
string