Get client balance
GET
/v1/econtract/web_app/client_balance
Fetches the client balance information.
Header parameters
x-access-tokenstringOptionalExample:
{{momofingo_token}}
Responses
200
OK
application/json
get
/econtract/web_app/client_balanceGET /econtract/web_app/client_balance HTTP/1.1
Host: {{base_url}}v1
Accept: */*
200
OK
{
"code": 200,
"success": true,
"msg": "Data balance",
"data": {
"emet": 59,
"esgn": 590
}
}
Last updated