Introduction
This page contains guide to retrieves user`s accout balance on Inlomax.
You can use the PHP integration code below....
curl --request GET 'https://inlomax.com/api/balance' \
--header 'Authorization: Token YOUR_API_KEY' \
--header 'Content-Type: application/json' \
Sample Response
Send a post request to the below endpoint.
{
"status":"success",
"message":"Wallet balance fetched successfully",
"data":{
"funds":2393
}
}