Get daily donation aggregation.
API Key API key used for authentication
In: header
Number of days to look back (1-365, default 30)
1 <= value <= 36530application/json
application/json
curl -X GET "https://example.com/donation/daily"{ "daily": [ { "date": "2024-01-15", "currency": "usd", "amount": 5000, "count": 3, "formattedDate": "Jan 15" } ]}{ "error": "string", "code": "string", "details": null}