Get donation statistics grouped by currency.
API Key API key used for authentication
In: header
application/json
application/json
curl -X GET "https://example.com/donation/stats"{ "stats": [ { "currency": "usd", "total": 50000, "count": 25, "thisMonthTotal": 10000, "thisMonthCount": 5, "average": 2000 } ]}{ "error": "string", "code": "string", "details": null}