Get client balance
GET /v1/econtract/web_app/client_balance
Fetches the client balance information.
Last updated
GET /v1/econtract/web_app/client_balance
Fetches the client balance information.
Last updated
GET /econtract/web_app/client_balance HTTP/1.1
Host: {{base_url}}v1
Accept: */*
{
"code": 200,
"success": true,
"msg": "Data balance",
"data": {
"emet": 59,
"esgn": 590
}
}