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

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Offer count

count
integer