Skip to main content
GET
/
api
/
v1
/
swaps
/
orders
/
analytics
Get Order Stats
curl --request GET \
  --url https://api.staging.kaleidoswap.com/api/v1/swaps/orders/analytics \
  --header 'Authorization: Bearer <token>'
{
  "status_counts": {},
  "filled_orders_volume": 123,
  "filled_orders_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

Successful Response

status_counts
Status Counts · object
required

Count of orders by status

filled_orders_volume
integer
required

Total volume of filled orders

filled_orders_count
integer
required

Total count of filled orders