GET
api
/
token
/
currencies
/
balance
Get All Currencies Wallet Balance
curl --request GET \
  --url https://ge-exchange-staging-1.herokuapp.com/v1/api/token/currencies/balance \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "currencies balance gotten successfully",
  "data": {
    "GUSD": 59989.95,
    "GNGN": 600000,
    "GKES": 600000
  }
}
{
  "status": "success",
  "message": "currencies balance gotten successfully",
  "data": {
    "GUSD": 59989.95,
    "GNGN": 600000,
    "GKES": 600000
  }
}