2. Limit Usage (WalletOwner)
You can use this service to view the usage of limits assigned to the wallet owner.
Get Limit Usage
Parameter
Type
Required
Description
Parameter
Desciption
{
"Items": [
{
"Id": "30c84d1c-0a0f-48e1-9cfa-f1a5cb80e0a1",
"WalletId": "da033986-a069-4ba0-a50f-1130f2a7ac1c",
"LimitType": "Daily",
"LimitCategory": "Deposit",
"LimitApproach": "Amount",
"UsedValue": 10101.00,
"LimitValue": 100000.00,
"RemainingValue": 89899.00,
"PeriodStart": "2025-05-01T00:00:00Z",
"PeriodEnd": "2025-05-01T23:59:59.999999Z",
"IsActive": true,
"CreatedAt": "2025-05-01T17:40:45.349167Z",
"UpdatedAt": "2025-05-01T18:01:51.257616Z"
}
],
"PageNumber": 1,
"TotalPages": 1,
"TotalCount": 1,
"HasPreviousPage": false,
"HasNextPage": false,
"Errors": [],
"IsSuccess": true,
"IsFailure": false
}Service Response
Parameter
Type
Desciption
Service Response (Value)
Parameter
Type
Desciption
Last updated