Receiving the amount of the balance under the contract
GET
The method for getting the amount of the balance under the contract is needed in order to get the balance, balance and total balance of the contract
Parameters
Path Parameters
contractId*
An identifier for an existing contract
Type
Requiredinteger
Format
"int64"date*
Date in YYYY-MM-DD format
Type
Requiredstring
Format
"date"Query Parameters
out-balance
if the parameter is not passed - the total balance is returned (both in
balance and unbalance)
if the value is true - the remainder is received only by the unbalance
if the value false - only the balance is received
Type
boolean
Responses
OK
*/*
data
object
foreign
number
Calculated interest in foreign currency
Format
"double"local
number
Calculated interest in national currency
Format
"double"status
string
Valid values
"error""ok"timestamp
integer
Format
"int64"