Skip to main content
GET
/
usage
Usage
curl --request GET \
  --url https://api.euron.one/api/v1/euri/usage \
  --header 'Authorization: Bearer <token>'

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

startDate
string
Start date in ISO format (e.g. 2026-03-01).
endDate
string
End date in ISO format (e.g. 2026-03-09).
period
string
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.