curl --request GET \
--url https://backend.swap.coffee/v1/statistics/generic \
--header 'X-Api-Key: <api-key>'{
"count": 123,
"volume": 123,
"fees": 123
}curl --request GET \
--url https://backend.swap.coffee/v1/statistics/generic \
--header 'X-Api-Key: <api-key>'{
"count": 123,
"volume": 123,
"fees": 123
}