Section G - Get balance API
G1 - General information
GET Method :
/api/v1/get_balance/< user_id >
Input:
Argument | Mandatory | Value |
---|---|---|
userId | yes | Numeric < Id of the user > |
G2 Sample Output
{
"status": “success”,
"errorCode" = 200,
“balance”:”146.67”,
“username”:”test1234”
}