Get Balance API
This function returns the Balance of the connected user in Hyper's Local Currency. The response will return as a json string.
In order to use this API call, invoke the DOMAIN/Get_Balance_json url.
Functions Error Messages
| Response Code | Message in English |
|---|---|
| 3 | API function does not exists. |
| 4 | Database Error on server side. |
| 5 | Technical Error on server side. |
| 6 | Technical Error: Client Session not found |
Report Function Output
{
"Get_Balance_json": "OK",
"Balance": "20,000.00"
}