Request
GET https://api.euron.one/api/v1/euri/usage
This endpoint uses session authentication (logged-in user), not API key auth. It is used by the Euron dashboard.
Query parameters
Start date in ISO format (e.g. 2026-03-01).
End date in ISO format (e.g. 2026-03-09).
Aggregation period. Options: hourly, daily, weekly, monthly, yearly.
Example
curl "https://api.euron.one/api/v1/euri/usage?startDate=2026-03-01&endDate=2026-03-09&period=daily" \
-H "Cookie: session=YOUR_SESSION_COOKIE"
Response
Returns usage statistics including tokens used, available tokens, and time-series data.