cURL
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 }
Retrieve aggregate statistics about swap orders
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Count of orders by status
Show child attributes
Total volume of filled orders
Total count of filled orders