Hourly Donations
Get hourly donation aggregation.
Authorization
API Key x-api-key<token>
API key used for authentication
In: header
Query Parameters
days?integer
Number of days to look back (1-90, default 7)
Default
7Range
1 <= value <= 90Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/donation/hourly"{
"hourly": [
{
"hour": 14,
"hourLabel": "14:00",
"amount": 50,
"count": 3
}
]
}{
"error": "string",
"code": "string",
"details": {}
}