getUserDesktopBalanceForDatetime
getUserDesktopBalanceForDatetime
Path Parameters
contractId int64 required
contractId
Query Parameters
local-datetime date-time
local-datetime
timestamp int64
timestamp
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
amountType object
account string
deletable boolean
id int64
name string
positiveBalance boolean
repayable boolean
system boolean
inBalance object
foreign double
local double
issueDate date-time
outBalance object
foreign double
local double
repaymentDate date-time
[
{
"amountType": {
"account": "string",
"deletable": true,
"id": 0,
"name": "string",
"positiveBalance": true,
"repayable": true,
"system": true
},
"inBalance": {
"foreign": 0,
"local": 0
},
"issueDate": "2024-11-20T07:47:13.698Z",
"outBalance": {
"foreign": 0,
"local": 0
},
"repaymentDate": "2024-11-20T07:47:13.698Z"
}
]
Unauthorized
Forbidden
Not Found
Loading...