cURL
curl --request GET \ --url https://usebreezee.xyz/api/v1/logs/monthly-summary \ --header 'X-API-Key: <api-key>'
{ "status": true, "summaries": [ { "month": "2025-12", "total_spent_sats": 5000, "count": 12 }, { "month": "2025-11", "total_spent_sats": 3200, "count": 8 }, { "month": "2025-10", "total_spent_sats": 1500, "count": 4 } ] }
Successful Response