This endpoint allows for checking the limits for a specific user by EUID.
Request
Add the parameter Authorization
to HeadersοΌwhose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://depix.eulen.app/api//user-info?euid=EU123456789012345' \
--header 'X-Nonce;' \
--header 'X-Async: auto' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"dailyVolumeInCents": 2000,
"maxDailyInCents": 50000,
"isBlocked": false,
"dailyLimitResetTime": "2025-09-21T00:00:00-03:00"
}
Modified atΒ 2025-09-20 05:49:17