get https://app.rohealth.ng/api/external/wallet/balance
This page will help you get started with Get Wallet balance.
API url
Staging: https://app.staging.rohealth.ng/api/external/wallet/balance
Production: https://app.rohealth.ng/api/external/wallet/balance
API keys should be passed in headers
GET request
Below is the sample response.
{
"status": {
"code": 100,
"desc": "Success"
},
"entity": {
"balance": "-3900"
},
"meta": null
}
Try dragging a block from the right to see how easy it is to add more content!